Click or drag to resize

DataChannelBaseTDataChannel Class

Data channel base properties/methods.
Inheritance Hierarchy
SystemObject
  FM.IceLinkSerializable
    FM.IceLinkDynamic
      FM.IceLinkDataChannelBaseTDataChannel
        FM.IceLinkDataChannel

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

The DataChannelBaseTDataChannel type exposes the following members.

Constructors
  NameDescription
Public methodDataChannelBaseTDataChannel
Initializes a new instance of the DataChannelBaseTDataChannel class.
Top
Properties
  NameDescription
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyId
Gets or sets the identifier.
Protected propertyInstance
Gets the current instance.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets the label.
Public propertyOnReceive
Gets or sets the callback to execute when a message is received.
Public propertyOrdered
Gets a value indicating whether messages will be delivered in the order they are sent.
Public propertyState
Gets or sets the state.
Public propertySubprotocol
Gets the subprotocol.
Top
Methods
  NameDescription
Protected methodDoUpdateState
Updates state.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRaiseDataBytes
Raises the OnReceive callback with data bytes.
Protected methodRaiseDataString
Raises the OnReceive callback with a data string.
Public methodSendDataBytes
Sends some bytes.
Public methodSendDataString
Sends a string.
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Protected methodUpdateInternalLock
Updates internal lock.
Protected methodUpdateState
Updates state.
Top
Events
  NameDescription
Public eventOnStateChange
Raised when the state changes.
Top
See Also