TeamTalk 5 C-API DLL Version 5.15A
|
A struct containing the properties of a file transfer. More...
#include <TeamTalk.h>
Public Attributes | |
FileTransferStatus | nStatus |
Status of file transfer. | |
INT32 | nTransferID |
The ID identifying the file transfer. | |
INT32 | nChannelID |
The channel where the file is/will be located. | |
TTCHAR | szLocalFilePath [TT_STRLEN] |
The file path on local disk. | |
TTCHAR | szRemoteFileName [TT_STRLEN] |
The filename in the channel. | |
INT64 | nFileSize |
The size of the file being transferred. | |
INT64 | nTransferred |
The number of bytes transferred so far. | |
TTBOOL | bInbound |
TRUE if download and FALSE if upload. | |
A struct containing the properties of a file transfer.
Definition at line 2618 of file TeamTalk.h.
FileTransferStatus FileTransfer::nStatus |
Status of file transfer.
Definition at line 2621 of file TeamTalk.h.
INT32 FileTransfer::nTransferID |
The ID identifying the file transfer.
Definition at line 2623 of file TeamTalk.h.
INT32 FileTransfer::nChannelID |
The channel where the file is/will be located.
Definition at line 2625 of file TeamTalk.h.
The file path on local disk.
Definition at line 2627 of file TeamTalk.h.
The filename in the channel.
Definition at line 2629 of file TeamTalk.h.
INT64 FileTransfer::nFileSize |
The size of the file being transferred.
Definition at line 2631 of file TeamTalk.h.
INT64 FileTransfer::nTransferred |
The number of bytes transferred so far.
Definition at line 2633 of file TeamTalk.h.
TTBOOL FileTransfer::bInbound |
TRUE if download and FALSE if upload.
Definition at line 2635 of file TeamTalk.h.