TeamTalk 5 .NET DLL Version 5.15A
|
A struct containing the properties of a file transfer. More...
Public Attributes | |
FileTransferStatus | nStatus |
Status of file transfer. | |
int | nTransferID |
The ID identifying the file transfer. | |
int | nChannelID |
The channel where the file is/will be located. | |
string | szLocalFilePath |
The file path on local disk. | |
string | szRemoteFileName |
The filename in the channel. | |
long | nFileSize |
The size of the file being transferred. | |
long | nTransferred |
The number of bytes transferred so far. | |
bool | bInbound |
TRUE if download and FALSE if upload. | |
A struct containing the properties of a file transfer.
Definition at line 2800 of file TeamTalk.cs.
FileTransferStatus BearWare.FileTransfer.nStatus |
Status of file transfer.
Definition at line 2803 of file TeamTalk.cs.
int BearWare.FileTransfer.nTransferID |
The ID identifying the file transfer.
Definition at line 2805 of file TeamTalk.cs.
int BearWare.FileTransfer.nChannelID |
The channel where the file is/will be located.
Definition at line 2807 of file TeamTalk.cs.
string BearWare.FileTransfer.szLocalFilePath |
The file path on local disk.
Definition at line 2810 of file TeamTalk.cs.
string BearWare.FileTransfer.szRemoteFileName |
The filename in the channel.
Definition at line 2813 of file TeamTalk.cs.
long BearWare.FileTransfer.nFileSize |
The size of the file being transferred.
Definition at line 2815 of file TeamTalk.cs.
long BearWare.FileTransfer.nTransferred |
The number of bytes transferred so far.
Definition at line 2817 of file TeamTalk.cs.
bool BearWare.FileTransfer.bInbound |
TRUE if download and FALSE if upload.
Definition at line 2819 of file TeamTalk.cs.