TeamTalk 5 C-API DLL  Version 5.8B
ServerStatistics Struct Reference

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

#include <TeamTalk.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 nVideoCaptureBytesTX
 The number of bytes in video packets sent from the server to clients. More...
 
INT64 nVideoCaptureBytesRX
 The number of bytes in video packets received by the server from clients. More...
 
INT64 nMediaFileBytesTX
 The number of bytes in media file packets sent from the server to clients. More...
 
INT64 nMediaFileBytesRX
 The number of bytes in media file 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...
 
INT32 nUsersServed
 The number of users who have logged on to the server. More...
 
INT32 nUsersPeak
 The highest numbers of users online. More...
 
INT64 nFilesTx
 The number of bytes for file transmission transmitted from the server. More...
 
INT64 nFilesRx
 The number of bytes for file transmission received by the server. 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.

Definition at line 1803 of file TeamTalk.h.

Member Data Documentation

◆ nTotalBytesTX

INT64 ServerStatistics::nTotalBytesTX

The number of bytes sent from the server to clients.

Definition at line 1807 of file TeamTalk.h.

◆ nTotalBytesRX

INT64 ServerStatistics::nTotalBytesRX

The number of bytes received by the server from clients.

Definition at line 1810 of file TeamTalk.h.

◆ nVoiceBytesTX

INT64 ServerStatistics::nVoiceBytesTX

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

Definition at line 1813 of file TeamTalk.h.

◆ nVoiceBytesRX

INT64 ServerStatistics::nVoiceBytesRX

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

Definition at line 1816 of file TeamTalk.h.

◆ nVideoCaptureBytesTX

INT64 ServerStatistics::nVideoCaptureBytesTX

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

Definition at line 1819 of file TeamTalk.h.

◆ nVideoCaptureBytesRX

INT64 ServerStatistics::nVideoCaptureBytesRX

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

Definition at line 1822 of file TeamTalk.h.

◆ nMediaFileBytesTX

INT64 ServerStatistics::nMediaFileBytesTX

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

Definition at line 1825 of file TeamTalk.h.

◆ nMediaFileBytesRX

INT64 ServerStatistics::nMediaFileBytesRX

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

Definition at line 1828 of file TeamTalk.h.

◆ nDesktopBytesTX

INT64 ServerStatistics::nDesktopBytesTX

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

Definition at line 1831 of file TeamTalk.h.

◆ nDesktopBytesRX

INT64 ServerStatistics::nDesktopBytesRX

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

Definition at line 1834 of file TeamTalk.h.

◆ nUsersServed

INT32 ServerStatistics::nUsersServed

The number of users who have logged on to the server.

Definition at line 1836 of file TeamTalk.h.

◆ nUsersPeak

INT32 ServerStatistics::nUsersPeak

The highest numbers of users online.

Definition at line 1838 of file TeamTalk.h.

◆ nFilesTx

INT64 ServerStatistics::nFilesTx

The number of bytes for file transmission transmitted from the server.

Definition at line 1841 of file TeamTalk.h.

◆ nFilesRx

INT64 ServerStatistics::nFilesRx

The number of bytes for file transmission received by the server.

Definition at line 1844 of file TeamTalk.h.

◆ nUptimeMSec

INT64 ServerStatistics::nUptimeMSec

The server's uptime in msec.

Definition at line 1846 of file TeamTalk.h.