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

Interface for retrieving network statistics. More...

Inheritance diagram for XmobiTea.ProtonNetCommon.INetworkStatistics:
XmobiTea.ProtonNetCommon.IChangeNetworkStatistics XmobiTea.ProtonNetCommon.NetworkStatistics XmobiTea.ProtonNetCommon.ChangeNetworkStatistics XmobiTea.ProtonNetCommon.ChangeNetworkStatistics

Public Member Functions

long GetBytesSent ()
 Gets the total number of bytes sent.
 
long GetBytesReceived ()
 Gets the total number of bytes received.
 
long GetBytesPending ()
 Gets the total number of bytes pending to be sent.
 
long GetBytesSending ()
 Gets the total number of bytes currently being sent.
 
long GetPacketSent ()
 Gets the total number of packets sent.
 
long GetPacketReceived ()
 Gets the total number of packets received.
 

Detailed Description

Interface for retrieving network statistics.

Member Function Documentation

◆ GetBytesPending()

long XmobiTea.ProtonNetCommon.INetworkStatistics.GetBytesPending ( )

Gets the total number of bytes pending to be sent.

Implemented in XmobiTea.ProtonNetCommon.NetworkStatistics.

◆ GetBytesReceived()

long XmobiTea.ProtonNetCommon.INetworkStatistics.GetBytesReceived ( )

Gets the total number of bytes received.

Implemented in XmobiTea.ProtonNetCommon.NetworkStatistics.

◆ GetBytesSending()

long XmobiTea.ProtonNetCommon.INetworkStatistics.GetBytesSending ( )

Gets the total number of bytes currently being sent.

Implemented in XmobiTea.ProtonNetCommon.NetworkStatistics.

◆ GetBytesSent()

long XmobiTea.ProtonNetCommon.INetworkStatistics.GetBytesSent ( )

Gets the total number of bytes sent.

Implemented in XmobiTea.ProtonNetCommon.NetworkStatistics.

◆ GetPacketReceived()

long XmobiTea.ProtonNetCommon.INetworkStatistics.GetPacketReceived ( )

Gets the total number of packets received.

Implemented in XmobiTea.ProtonNetCommon.NetworkStatistics.

◆ GetPacketSent()

long XmobiTea.ProtonNetCommon.INetworkStatistics.GetPacketSent ( )

Gets the total number of packets sent.

Implemented in XmobiTea.ProtonNetCommon.NetworkStatistics.


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