FileTransfer Struct Reference
[Channel Properties]

A struct containing the properties of a file transfer. More...

#include <TeamTalk4.h>

List of all members.

Public Attributes

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.
BOOL bInbound
 TRUE if download and FALSE if upload.

Detailed Description

A struct containing the properties of a file transfer.

See also:
TT_GetFileTransferInfo

Member Data Documentation

The ID identifying the file transfer.

The channel where the file is/will be located.

The file path on local disk.

The filename in the channel.

The size of the file being transferred.

The number of bytes transferred so far.

TRUE if download and FALSE if upload.

Generated on Sun Mar 18 17:18:33 2012 for TeamTalk 4 C-API DLL by  doxygen 1.6.3