TeamTalk 4 .NET DLL  Version 4.5A
BearWare.FileTransfer Struct Reference

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

Public Attributes

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...
 

Detailed Description

A struct containing the properties of a file transfer.

See Also
TeamTalk4.GetFileTransferInfo

Member Data Documentation

int BearWare.FileTransfer.nTransferID

The ID identifying the file transfer.

int BearWare.FileTransfer.nChannelID

The channel where the file is/will be located.

string BearWare.FileTransfer.szLocalFilePath

The file path on local disk.

string BearWare.FileTransfer.szRemoteFileName

The filename in the channel.

long BearWare.FileTransfer.nFileSize

The size of the file being transferred.

long BearWare.FileTransfer.nTransferred

The number of bytes transferred so far.

bool BearWare.FileTransfer.bInbound

TRUE if download and FALSE if upload.