TeamTalk 5 C-API DLL
Version 5.11A
|
A struct containing the properties of a file transfer. More...
#include <TeamTalk.h>
Public Attributes | |
FileTransferStatus | nStatus |
Status of file transfer. More... | |
INT32 | nTransferID |
The ID identifying the file transfer. More... | |
INT32 | nChannelID |
The channel where the file is/will be located. More... | |
TTCHAR | szLocalFilePath [TT_STRLEN] |
The file path on local disk. More... | |
TTCHAR | szRemoteFileName [TT_STRLEN] |
The filename in the channel. More... | |
INT64 | nFileSize |
The size of the file being transferred. More... | |
INT64 | nTransferred |
The number of bytes transferred so far. More... | |
TTBOOL | bInbound |
TRUE if download and FALSE if upload. More... | |
A struct containing the properties of a file transfer.
Definition at line 2595 of file TeamTalk.h.
FileTransferStatus FileTransfer::nStatus |
Status of file transfer.
Definition at line 2598 of file TeamTalk.h.
INT32 FileTransfer::nTransferID |
The ID identifying the file transfer.
Definition at line 2600 of file TeamTalk.h.
INT32 FileTransfer::nChannelID |
The channel where the file is/will be located.
Definition at line 2602 of file TeamTalk.h.
The file path on local disk.
Definition at line 2604 of file TeamTalk.h.
The filename in the channel.
Definition at line 2606 of file TeamTalk.h.
INT64 FileTransfer::nFileSize |
The size of the file being transferred.
Definition at line 2608 of file TeamTalk.h.
INT64 FileTransfer::nTransferred |
The number of bytes transferred so far.
Definition at line 2610 of file TeamTalk.h.
TTBOOL FileTransfer::bInbound |
TRUE if download and FALSE if upload.
Definition at line 2612 of file TeamTalk.h.