Click or drag to resize

DataChannelStats Class

Data channel stats.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DataChannelStats type exposes the following members.

Constructors
  NameDescription
Public methodDataChannelStats
Initializes a new instance of the DataChannelStats class
Top
Properties
  NameDescription
Public propertyBytesReceived
Gets the number of bytes received.
Public propertyBytesSent
Gets the number of bytes sent.
Public propertyId
Gets the identifier of the object generating these stats.
(Inherited from BaseStats.)
Public propertyLabel
Gets the label.
Public propertyMessagesReceived
Gets the number of messages received.
Public propertyMessagesSent
Gets the number of messages sent.
Public propertyOrdered
Gets whether the channel is ordered.
Public propertyProtocol
Gets the protocol.
Public propertyState
Gets the state.
Public propertyTimestamp
Gets the timestamp when these stats were generated.
(Inherited from BaseStats.)
Top
Methods
See Also