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

Statistics of bandwidth usage and ping times in the local client instance. More...

Public Attributes

long nUdpBytesSent
 Bytes sent on UDP. More...
 
long nUdpBytesRecv
 Bytes received on UDP. More...
 
long nVoiceBytesSent
 Voice data sent (on UDP). More...
 
long nVoiceBytesRecv
 Voice data received (on UDP). More...
 
long nVideoBytesSent
 Video data sent (on UDP). More...
 
long nVideoBytesRecv
 Video data received (on UDP). More...
 
long nDesktopBytesSent
 Desktop data sent (on UDP). More...
 
long nDesktopBytesRecv
 Desktop data received (on UDP). More...
 
int nUdpPingTimeMs
 Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. More...
 
int nTcpPingTimeMs
 Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available. More...
 
int nTcpServerSilenceSec
 The number of seconds nothing has been received by the client on TCP. More...
 
int nUdpServerSilenceSec
 The number of seconds nothing has been received by the client on UDP. More...
 

Detailed Description

Statistics of bandwidth usage and ping times in the local client instance.

See Also
TeamTalk4.GetStatistics

Member Data Documentation

long BearWare.ClientStatistics.nUdpBytesSent

Bytes sent on UDP.

long BearWare.ClientStatistics.nUdpBytesRecv

Bytes received on UDP.

long BearWare.ClientStatistics.nVoiceBytesSent

Voice data sent (on UDP).

long BearWare.ClientStatistics.nVoiceBytesRecv

Voice data received (on UDP).

long BearWare.ClientStatistics.nVideoBytesSent

Video data sent (on UDP).

long BearWare.ClientStatistics.nVideoBytesRecv

Video data received (on UDP).

long BearWare.ClientStatistics.nDesktopBytesSent

Desktop data sent (on UDP).

long BearWare.ClientStatistics.nDesktopBytesRecv

Desktop data received (on UDP).

int BearWare.ClientStatistics.nUdpPingTimeMs

Response time to server on UDP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.

See Also
TeamTalk4.SetKeepAliveInterval
int BearWare.ClientStatistics.nTcpPingTimeMs

Response time to server on TCP (based on ping/pong sent at a specified interval. Set to -1 if not currently available.

See Also
TeamTalk4.SetKeepAliveInterval
int BearWare.ClientStatistics.nTcpServerSilenceSec

The number of seconds nothing has been received by the client on TCP.

int BearWare.ClientStatistics.nUdpServerSilenceSec

The number of seconds nothing has been received by the client on UDP.