TeamTalk 4 .NET DLL
Version 4.5A
|
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. More... | |
long | nTotalBytesRX |
The number of bytes received by the server from clients. More... | |
long | nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients. More... | |
long | nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients. More... | |
long | nVideoBytesTX |
The number of bytes in video packets sent from the server to clients. More... | |
long | nVideoBytesRX |
The number of bytes in video packets received by the server from clients. More... | |
long | nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients. More... | |
long | nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients. More... | |
long | nUptimeMSec |
The server's uptime in msec. More... | |
A struct containing the server's statistics, i.e. bandwidth usage and user activity.
Use BearWare.TeamTalk4.DoQueryServerStats() to query the server's statistics and when the command completes use BearWare.TeamTalk4.GetServerStatistics() to extract the statistics.
long BearWare.ServerStatistics.nTotalBytesTX |
The number of bytes sent from the server to clients.
long BearWare.ServerStatistics.nTotalBytesRX |
The number of bytes received by the server from clients.
long BearWare.ServerStatistics.nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients.
long BearWare.ServerStatistics.nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients.
long BearWare.ServerStatistics.nVideoBytesTX |
The number of bytes in video packets sent from the server to clients.
long BearWare.ServerStatistics.nVideoBytesRX |
The number of bytes in video packets received by the server from clients.
long BearWare.ServerStatistics.nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients.
long BearWare.ServerStatistics.nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients.
long BearWare.ServerStatistics.nUptimeMSec |
The server's uptime in msec.