TeamTalk 5 .NET DLL Version 5.12A
BearWare.FileTransfer Struct Reference

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

Detailed Description

A struct containing the properties of a file transfer.

See also
TeamTalkBase.GetFileTransferInfo

Definition at line 2775 of file TeamTalk.cs.

Member Data Documentation

◆ nStatus

FileTransferStatus BearWare.FileTransfer.nStatus

Status of file transfer.

Definition at line 2778 of file TeamTalk.cs.

◆ nTransferID

int BearWare.FileTransfer.nTransferID

The ID identifying the file transfer.

Definition at line 2780 of file TeamTalk.cs.

◆ nChannelID

int BearWare.FileTransfer.nChannelID

The channel where the file is/will be located.

Definition at line 2782 of file TeamTalk.cs.

◆ szLocalFilePath

string BearWare.FileTransfer.szLocalFilePath

The file path on local disk.

Definition at line 2785 of file TeamTalk.cs.

◆ szRemoteFileName

string BearWare.FileTransfer.szRemoteFileName

The filename in the channel.

Definition at line 2788 of file TeamTalk.cs.

◆ nFileSize

long BearWare.FileTransfer.nFileSize

The size of the file being transferred.

Definition at line 2790 of file TeamTalk.cs.

◆ nTransferred

long BearWare.FileTransfer.nTransferred

The number of bytes transferred so far.

Definition at line 2792 of file TeamTalk.cs.

◆ bInbound

bool BearWare.FileTransfer.bInbound

TRUE if download and FALSE if upload.

Definition at line 2794 of file TeamTalk.cs.