TeamTalk 5 .NET DLL Version 5.12A
BearWare.ServerStatistics Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ nTotalBytesTX

long BearWare.ServerStatistics.nTotalBytesTX

The number of bytes sent from the server to clients.

Definition at line 1974 of file TeamTalk.cs.

◆ nTotalBytesRX

long BearWare.ServerStatistics.nTotalBytesRX

The number of bytes received by the server from clients.

Definition at line 1977 of file TeamTalk.cs.

◆ nVoiceBytesTX

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.

◆ nVoiceBytesRX

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.

◆ nVideoCaptureBytesTX

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.

◆ nVideoCaptureBytesRX

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.

◆ nMediaFileBytesTX

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.

◆ nMediaFileBytesRX

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.

◆ nDesktopBytesTX

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.

◆ nDesktopBytesRX

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.

◆ nUsersServed

int BearWare.ServerStatistics.nUsersServed

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

Definition at line 2003 of file TeamTalk.cs.

◆ nUsersPeak

int BearWare.ServerStatistics.nUsersPeak

The highest numbers of users online.

Definition at line 2005 of file TeamTalk.cs.

◆ nFilesTx

long BearWare.ServerStatistics.nFilesTx

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

Definition at line 2008 of file TeamTalk.cs.

◆ nFilesRx

long BearWare.ServerStatistics.nFilesRx

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

Definition at line 2011 of file TeamTalk.cs.

◆ nUptimeMSec

long BearWare.ServerStatistics.nUptimeMSec

The server's uptime in msec.

Definition at line 2013 of file TeamTalk.cs.