TeamTalk 4 C-API DLL  Version 4.5A
ServerStatistics Struct Reference

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

#include <TeamTalk4.h>

Public Attributes

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

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

INT64 ServerStatistics::nTotalBytesTX

The number of bytes sent from the server to clients.

INT64 ServerStatistics::nTotalBytesRX

The number of bytes received by the server from clients.

INT64 ServerStatistics::nVoiceBytesTX

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

INT64 ServerStatistics::nVoiceBytesRX

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

INT64 ServerStatistics::nVideoBytesTX

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

INT64 ServerStatistics::nVideoBytesRX

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

INT64 ServerStatistics::nDesktopBytesTX

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

INT64 ServerStatistics::nDesktopBytesRX

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

INT64 ServerStatistics::nUptimeMSec

The server's uptime in msec.