DataChannelStats Class |
Namespace: FM.IceLink
The DataChannelStats type exposes the following members.
| Name | Description | |
|---|---|---|
| DataChannelStats | Initializes a new instance of the DataChannelStats class |
| Name | Description | |
|---|---|---|
| BytesReceived |
Gets the number of bytes received.
| |
| BytesSent |
Gets the number of bytes sent.
| |
| Id |
Gets the identifier of
the object generating these stats.
(Inherited from BaseStats.) | |
| Label |
Gets the label.
| |
| MessagesReceived |
Gets the number of messages received.
| |
| MessagesSent |
Gets the number of messages sent.
| |
| Ordered |
Gets whether the channel is ordered.
| |
| Protocol |
Gets the protocol.
| |
| State |
Gets the state.
| |
| Timestamp |
Gets the timestamp when
these stats were generated.
(Inherited from BaseStats.) |
| Name | Description | |
|---|---|---|
| DeserializeProperties |
Deserializes the properties.
(Overrides BaseStatsDeserializeProperties(String, String).) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromJson |
Derializes data channel stats from JSON.
| |
| FromJsonArray |
Derializes an array of data channel stats from JSON.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SerializeProperties |
Serializes the properties.
(Overrides BaseStatsSerializeProperties(DictionaryString, String).) | |
| ToJson |
Serializes this to JSON.
| |
| ToJson(DataChannelStats) |
Serializes data channel stats to JSON.
| |
| ToJsonArray |
Serializes an array of data channel stats to JSON.
| |
| ToString | (Inherited from Object.) |