DataChannelBaseTDataChannel Class |
Namespace: FM.IceLink
The DataChannelBaseTDataChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| DataChannelBaseTDataChannel |
Initializes a new instance of the DataChannelBaseTDataChannel class.
|
| Name | Description | |
|---|---|---|
| DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
| Id |
Gets or sets the identifier.
| |
| Instance |
Gets the current instance.
| |
| IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
| Label |
Gets the label.
| |
| OnReceive |
Gets or sets the callback to execute when a message is received.
| |
| Ordered |
Gets a value indicating whether messages will be delivered in the order they are sent.
| |
| State |
Gets or sets the state.
| |
| Subprotocol |
Gets the subprotocol.
|
| Name | Description | |
|---|---|---|
| DoUpdateState |
Updates state.
| |
| 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.
| |
| RaiseDataString |
Raises the OnReceive callback with a data string.
| |
| SendDataBytes |
Sends some bytes.
| |
| SendDataString |
Sends a 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.
| |
| UpdateState |
Updates state.
|
| Name | Description | |
|---|---|---|
| OnStateChange |
Raised when the state changes.
|