ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.ProtonNetCommon.ServerNetworkStatistics Class Reference

Class that implements IServerNetworkStatistics, providing basic retrieval of server network statistics. More...

Inheritance diagram for XmobiTea.ProtonNetCommon.ServerNetworkStatistics:
XmobiTea.ProtonNetCommon.IServerNetworkStatistics XmobiTea.ProtonNetCommon.ChangeServerNetworkStatistics

Public Member Functions

long GetBytesSent ()
 Gets the total number of bytes sent.
 
long GetBytesReceived ()
 Gets the total number of bytes received.
 
long GetPacketSent ()
 Gets the total number of packets sent.
 
long GetPacketReceived ()
 Gets the total number of packets received.
 
- Public Member Functions inherited from XmobiTea.ProtonNetCommon.IServerNetworkStatistics

Protected Attributes

long bytesSent
 Total number of bytes sent.
 
long bytesReceived
 Total number of bytes received.
 
long packetSent
 Total number of packets sent.
 
long packetReceived
 Total number of packets received.
 

Detailed Description

Class that implements IServerNetworkStatistics, providing basic retrieval of server network statistics.

Member Function Documentation

◆ GetBytesReceived()

long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetBytesReceived ( )

Gets the total number of bytes received.

Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.

◆ GetBytesSent()

long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetBytesSent ( )

Gets the total number of bytes sent.

Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.

◆ GetPacketReceived()

long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetPacketReceived ( )

Gets the total number of packets received.

Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.

◆ GetPacketSent()

long XmobiTea.ProtonNetCommon.ServerNetworkStatistics.GetPacketSent ( )

Gets the total number of packets sent.

Implements XmobiTea.ProtonNetCommon.IServerNetworkStatistics.


The documentation for this class was generated from the following file: