RasLinkStatistics Members

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasLinkStatistics type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property AlignmentError
Gets the number of alignment errors that have occurred.
Public property BufferOverrunError
Gets the number of buffer overrun errors that have occurred.
Public property BytesReceived
Gets the number of bytes received.
Public property BytesTransmitted
Gets the number of bytes transmitted.
Public property CompressionRatioIn
Gets the compression ratio for data received on this connection or link.
Public property CompressionRatioOut
Gets the compression ratio for data transmitted on this connection or link.
Public property ConnectionDuration
Gets the length of time that the connection has been connected.
Public property CrcError
Gets the number of cyclic redundancy check (CRC) errors that have occurred.
Public property FramesReceived
Gets the number of frames received.
Public property FramesTransmitted
Gets the number of frames transmitted.
Public property FramingError
Gets the number of framing errors that have occurred.
Public property HardwareOverrunError
Gets the number of hardware overrun errors that have occurred.
Public property LinkSpeed
Gets the speed of the link, in bits per second.
Public property TimeoutError
Gets the number of timeout errors that have occurred.

See Also