ClientStatistics Struct Reference
[Client/Server Connectivity]

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

#include <TeamTalk4.h>

List of all members.

Public Attributes

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

Detailed Description

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

See also:
TT_GetStatistics

Member Data Documentation

Bytes sent on UDP.

Bytes received on UDP.

Voice data sent (on UDP).

Voice data received (on UDP).

Video data sent (on UDP).

Video data received (on UDP).

Desktop data sent (on UDP).

Desktop data received (on UDP).

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

See also:
TT_SetKeepAliveInterval

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

See also:
TT_SetKeepAliveInterval

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

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

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