TeamTalk 5 Java DLL Version 5.18.0.5154 - Unreleased
|
A struct containing the server's statistics, i.e. bandwidth usage and user activity. More...
Public Attributes | |
long | nTotalBytesTX |
The number of bytes sent from the server to clients. | |
long | nTotalBytesRX |
The number of bytes received by the server from clients. | |
long | nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients. | |
long | nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients. | |
long | nVideoCaptureBytesTX |
The number of bytes in video packets sent from the server to clients. | |
long | nVideoCaptureBytesRX |
The number of bytes in video packets received by the server from clients. | |
long | nMediaFileBytesTX |
The number of bytes in media file packets sent from the server to clients. | |
long | nMediaFileBytesRX |
The number of bytes in media file packets received by the server from clients. | |
long | nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients. | |
long | nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients. | |
int | nUsersServed |
The number of users who have logged on to the server. | |
int | nUsersPeak |
The highest numbers of users online. | |
long | nFilesTx |
The number of bytes for file transmission transmitted from the server. | |
long | nFilesRx |
The number of bytes for file transmission received by the server. | |
long | nUptimeMSec |
The server's uptime in msec. | |
A struct containing the server's statistics, i.e. bandwidth usage and user activity.
Use BearWare.TeamTalkBase.DoQueryServerStats() to query the server's statistics and when the command completes use BearWare.TeamTalkBase.GetServerStatistics() to extract the statistics.
Definition at line 1947 of file TeamTalk.cs.
long BearWare.ServerStatistics.nTotalBytesTX |
The number of bytes sent from the server to clients.
Definition at line 1951 of file TeamTalk.cs.
long BearWare.ServerStatistics.nTotalBytesRX |
The number of bytes received by the server from clients.
Definition at line 1954 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients.
Definition at line 1957 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients.
Definition at line 1960 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVideoCaptureBytesTX |
The number of bytes in video packets sent from the server to clients.
Definition at line 1963 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVideoCaptureBytesRX |
The number of bytes in video packets received by the server from clients.
Definition at line 1966 of file TeamTalk.cs.
long BearWare.ServerStatistics.nMediaFileBytesTX |
The number of bytes in media file packets sent from the server to clients.
Definition at line 1969 of file TeamTalk.cs.
long BearWare.ServerStatistics.nMediaFileBytesRX |
The number of bytes in media file packets received by the server from clients.
Definition at line 1972 of file TeamTalk.cs.
long BearWare.ServerStatistics.nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients.
Definition at line 1975 of file TeamTalk.cs.
long BearWare.ServerStatistics.nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients.
Definition at line 1978 of file TeamTalk.cs.
int BearWare.ServerStatistics.nUsersServed |
The number of users who have logged on to the server.
Definition at line 1980 of file TeamTalk.cs.
int BearWare.ServerStatistics.nUsersPeak |
The highest numbers of users online.
Definition at line 1982 of file TeamTalk.cs.
long BearWare.ServerStatistics.nFilesTx |
The number of bytes for file transmission transmitted from the server.
Definition at line 1985 of file TeamTalk.cs.
long BearWare.ServerStatistics.nFilesRx |
The number of bytes for file transmission received by the server.
Definition at line 1988 of file TeamTalk.cs.
long BearWare.ServerStatistics.nUptimeMSec |
The server's uptime in msec.
Definition at line 1990 of file TeamTalk.cs.