Class NetworkConnection.PacketStat
Structure used to track the number and size of packets of each packets type.
Inheritance
NetworkConnection.PacketStat
Syntax
Constructors
PacketStat()
Declaration
PacketStat(NetworkConnection.PacketStat)
Declaration
public PacketStat(NetworkConnection.PacketStat s)
Parameters
Fields
bytes
Total bytes of all messages of this type.
Declaration
Field Value
count
The total number of messages of this type.
Declaration
Field Value
msgType
The message type these stats are for.
Declaration
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides