TeamTalk 5 .NET DLL
Version 5.11A
|
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 | nVideoCaptureBytesTX |
The number of bytes in video packets sent from the server to clients. More... | |
long | nVideoCaptureBytesRX |
The number of bytes in video packets received by the server from clients. More... | |
long | nMediaFileBytesTX |
The number of bytes in media file packets sent from the server to clients. More... | |
long | nMediaFileBytesRX |
The number of bytes in media file 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... | |
int | nUsersServed |
The number of users who have logged on to the server. More... | |
int | nUsersPeak |
The highest numbers of users online. More... | |
long | nFilesTx |
The number of bytes for file transmission transmitted from the server. More... | |
long | nFilesRx |
The number of bytes for file transmission received by the server. 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.TeamTalkBase.DoQueryServerStats() to query the server's statistics and when the command completes use BearWare.TeamTalkBase.GetServerStatistics() to extract the statistics.
Definition at line 1970 of file TeamTalk.cs.
long BearWare.ServerStatistics.nTotalBytesTX |
The number of bytes sent from the server to clients.
Definition at line 1974 of file TeamTalk.cs.
long BearWare.ServerStatistics.nTotalBytesRX |
The number of bytes received by the server from clients.
Definition at line 1977 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVoiceBytesTX |
The number of bytes in audio packets sent from the server to clients.
Definition at line 1980 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVoiceBytesRX |
The number of bytes in audio packets received by the server from clients.
Definition at line 1983 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVideoCaptureBytesTX |
The number of bytes in video packets sent from the server to clients.
Definition at line 1986 of file TeamTalk.cs.
long BearWare.ServerStatistics.nVideoCaptureBytesRX |
The number of bytes in video packets received by the server from clients.
Definition at line 1989 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 1992 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 1995 of file TeamTalk.cs.
long BearWare.ServerStatistics.nDesktopBytesTX |
The number of bytes in desktop packets sent from the server to clients.
Definition at line 1998 of file TeamTalk.cs.
long BearWare.ServerStatistics.nDesktopBytesRX |
The number of bytes in desktop packets received by the server from clients.
Definition at line 2001 of file TeamTalk.cs.
int BearWare.ServerStatistics.nUsersServed |
The number of users who have logged on to the server.
Definition at line 2003 of file TeamTalk.cs.
int BearWare.ServerStatistics.nUsersPeak |
The highest numbers of users online.
Definition at line 2005 of file TeamTalk.cs.
long BearWare.ServerStatistics.nFilesTx |
The number of bytes for file transmission transmitted from the server.
Definition at line 2008 of file TeamTalk.cs.
long BearWare.ServerStatistics.nFilesRx |
The number of bytes for file transmission received by the server.
Definition at line 2011 of file TeamTalk.cs.
long BearWare.ServerStatistics.nUptimeMSec |
The server's uptime in msec.
Definition at line 2013 of file TeamTalk.cs.