ServerStatistics Struct Reference
[Server Properties]

A struct containing the server's statistics, i.e. bandwidth usage and user activity. More...

#include <TeamTalk4.h>

List of all members.

Public Attributes

INT64 nTotalBytesTX
 The number of bytes sent from the server to clients.
INT64 nTotalBytesRX
 The number of bytes received by the server from clients.
INT64 nVoiceBytesTX
 The number of bytes in audio packets sent from the server to clients.
INT64 nVoiceBytesRX
 The number of bytes in audio packets received by the server from clients.
INT64 nVideoBytesTX
 The number of bytes in video packets sent from the server to clients.
INT64 nVideoBytesRX
 The number of bytes in video packets received by the server from clients.
INT64 nDesktopBytesTX
 The number of bytes in desktop packets sent from the server to clients.
INT64 nDesktopBytesRX
 The number of bytes in desktop packets received by the server from clients.
INT64 nUptimeMSec
 The server's uptime in msec.

Detailed Description

A struct containing the server's statistics, i.e. bandwidth usage and user activity.

Use TT_DoQueryServerStats() to query the server's statistics and when the command completes use TT_GetServerStatistics() to extract the statistics.


Member Data Documentation

The number of bytes sent from the server to clients.

The number of bytes received by the server from clients.

The number of bytes in audio packets sent from the server to clients.

The number of bytes in audio packets received by the server from clients.

The number of bytes in video packets sent from the server to clients.

The number of bytes in video packets received by the server from clients.

The number of bytes in desktop packets sent from the server to clients.

The number of bytes in desktop packets received by the server from clients.

The server's uptime in msec.

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