DataChannel Class |
Namespace: FM.IceLink
The DataChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| DataChannel(String) |
Initializes a new instance of the DataChannel class.
| |
| DataChannel(String, Boolean) |
Initializes a new instance of the DataChannel class.
| |
| DataChannel(String, Boolean, String) |
Initializes a new instance of the DataChannel class.
|
| Name | Description | |
|---|---|---|
| DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
| Id |
Gets or sets the identifier.
(Inherited from DataChannelBaseTDataChannel.) | |
| Instance |
Gets the current instance.
(Overrides DataChannelBaseTDataChannelInstance.) | |
| IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
| Label |
Gets the label.
(Inherited from DataChannelBaseTDataChannel.) | |
| OnReceive |
Gets or sets the callback to execute when a message is received.
(Inherited from DataChannelBaseTDataChannel.) | |
| Ordered |
Gets a value indicating whether messages will be delivered in the order they are sent.
(Inherited from DataChannelBaseTDataChannel.) | |
| State |
Gets or sets the state.
(Inherited from DataChannelBaseTDataChannel.) | |
| Subprotocol |
Gets the subprotocol.
(Inherited from DataChannelBaseTDataChannel.) |
| Name | Description | |
|---|---|---|
| DoUpdateState |
Updates state.
(Inherited from DataChannelBaseTDataChannel.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RaiseDataBytes |
Raises the OnReceive callback with data bytes.
(Inherited from DataChannelBaseTDataChannel.) | |
| RaiseDataString |
Raises the OnReceive callback with a data string.
(Inherited from DataChannelBaseTDataChannel.) | |
| SendDataBytes |
Sends some bytes.
(Overrides DataChannelBaseTDataChannelSendDataBytes(DataBuffer).) | |
| SendDataString |
Sends a string.
(Overrides DataChannelBaseTDataChannelSendDataString(String).) | |
| SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
| ToString | (Inherited from Object.) | |
| UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) | |
| UpdateInternalLock |
Updates internal lock.
(Overrides DataChannelBaseTDataChannelUpdateInternalLock.) | |
| UpdateState |
Updates state
(Overrides DataChannelBaseTDataChannelUpdateState(DataChannelState).) |
| Name | Description | |
|---|---|---|
| OnStateChange |
Raised when the state changes.
(Inherited from DataChannelBaseTDataChannel.) |