Property | Type | Description | |
---|---|---|---|
BytesReceived | System.UInt64 | ||
BytesSent | System.UInt64 | ||
PacketsReceived | System.UInt64 | ||
PacketsSent | System.UInt64 |
Method | Description | |
---|---|---|
ToString ( ) : String |
Converts this TransmissionsStruct to its string representation.
|
|
TransmissionsStruct ( System.Single myPacketsReceived, System.Single myPacketsSent, System.Single myBytesReceived, System.Single myBytesSent ) : System |
Generates a new TransmissionsStruct based on the given Single values.
|
|
TransmissionsStruct ( System.UInt64 myPacketsReceived, System.UInt64 myPacketsSent, System.UInt64 myBytesReceived, System.UInt64 myBytesSent ) : System |
Generates a new TransmissionsStruct based on the given UInt64 values.
|
public TransmissionsStruct ( System.Single myPacketsReceived, System.Single myPacketsSent, System.Single myBytesReceived, System.Single myBytesSent ) : System | ||
myPacketsReceived | System.Single | The packets received. |
myPacketsSent | System.Single | The packets sent. |
myBytesReceived | System.Single | The bytes received. |
myBytesSent | System.Single | The bytes sent. |
return | System |
public TransmissionsStruct ( System.UInt64 myPacketsReceived, System.UInt64 myPacketsSent, System.UInt64 myBytesReceived, System.UInt64 myBytesSent ) : System | ||
myPacketsReceived | System.UInt64 | The packets received. |
myPacketsSent | System.UInt64 | The packets sent. |
myBytesReceived | System.UInt64 | The bytes received. |
myBytesSent | System.UInt64 | The bytes sent. |
return | System |