TeamTalk 5 Java DLL
Version 5.11A
|
A struct containing the properties of a file transfer. More...
Public Attributes | |
FileTransferStatus | nStatus |
Status of file transfer. More... | |
int | nTransferID |
The ID identifying the file transfer. More... | |
int | nChannelID |
The channel where the file is/will be located. More... | |
string | szLocalFilePath |
The file path on local disk. More... | |
string | szRemoteFileName |
The filename in the channel. More... | |
long | nFileSize |
The size of the file being transferred. More... | |
long | nTransferred |
The number of bytes transferred so far. More... | |
bool | bInbound |
TRUE if download and FALSE if upload. More... | |
A struct containing the properties of a file transfer.
Definition at line 2775 of file TeamTalk.cs.
FileTransferStatus BearWare.FileTransfer.nStatus |
Status of file transfer.
Definition at line 2778 of file TeamTalk.cs.
int BearWare.FileTransfer.nTransferID |
The ID identifying the file transfer.
Definition at line 2780 of file TeamTalk.cs.
int BearWare.FileTransfer.nChannelID |
The channel where the file is/will be located.
Definition at line 2782 of file TeamTalk.cs.
string BearWare.FileTransfer.szLocalFilePath |
The file path on local disk.
Definition at line 2785 of file TeamTalk.cs.
string BearWare.FileTransfer.szRemoteFileName |
The filename in the channel.
Definition at line 2788 of file TeamTalk.cs.
long BearWare.FileTransfer.nFileSize |
The size of the file being transferred.
Definition at line 2790 of file TeamTalk.cs.
long BearWare.FileTransfer.nTransferred |
The number of bytes transferred so far.
Definition at line 2792 of file TeamTalk.cs.
bool BearWare.FileTransfer.bInbound |
TRUE if download and FALSE if upload.
Definition at line 2794 of file TeamTalk.cs.