TeamTalk 5 C-API DLL
Version 5.14A
|
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... | |
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 1876 of file TeamTalk.h.
INT64 ServerStatistics::nTotalBytesTX |
The number of bytes sent from the server to clients.
Definition at line 1880 of file TeamTalk.h.
INT64 ServerStatistics::nTotalBytesRX |
The number of bytes received by the server from clients.
Definition at line 1883 of file TeamTalk.h.
INT64 ServerStatistics::nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients.
Definition at line 1886 of file TeamTalk.h.
INT64 ServerStatistics::nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients.
Definition at line 1889 of file TeamTalk.h.
INT64 ServerStatistics::nVideoCaptureBytesTX |
The number of bytes in video packets sent from the server to clients.
Definition at line 1892 of file TeamTalk.h.
INT64 ServerStatistics::nVideoCaptureBytesRX |
The number of bytes in video packets received by the server from clients.
Definition at line 1895 of file TeamTalk.h.
INT64 ServerStatistics::nMediaFileBytesTX |
The number of bytes in media file packets sent from the server to clients.
Definition at line 1898 of file TeamTalk.h.
INT64 ServerStatistics::nMediaFileBytesRX |
The number of bytes in media file packets received by the server from clients.
Definition at line 1901 of file TeamTalk.h.
INT64 ServerStatistics::nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients.
Definition at line 1904 of file TeamTalk.h.
INT64 ServerStatistics::nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients.
Definition at line 1907 of file TeamTalk.h.
INT32 ServerStatistics::nUsersServed |
The number of users who have logged on to the server.
Definition at line 1909 of file TeamTalk.h.
INT32 ServerStatistics::nUsersPeak |
The highest numbers of users online.
Definition at line 1911 of file TeamTalk.h.
INT64 ServerStatistics::nFilesTx |
The number of bytes for file transmission transmitted from the server.
Definition at line 1914 of file TeamTalk.h.
INT64 ServerStatistics::nFilesRx |
The number of bytes for file transmission received by the server.
Definition at line 1917 of file TeamTalk.h.
INT64 ServerStatistics::nUptimeMSec |
The server's uptime in msec.
Definition at line 1919 of file TeamTalk.h.