Click or drag to resize

DataChannel Class

A data channel.
Inheritance Hierarchy
SystemObject
  FM.IceLinkSerializable
    FM.IceLinkDynamic
      FM.IceLinkDataChannelBaseDataChannel
        FM.IceLinkDataChannel

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

The DataChannel type exposes the following members.

Constructors
  NameDescription
Public methodDataChannel(String)
Initializes a new instance of the DataChannel class.
Public methodDataChannel(String, Boolean)
Initializes a new instance of the DataChannel class.
Public methodDataChannel(String, Boolean, String)
Initializes a new instance of the DataChannel 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.
(Inherited from DataChannelBaseTDataChannel.)
Protected propertyInstance
Gets the current instance.
(Overrides DataChannelBaseTDataChannelInstance.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets the label.
(Inherited from DataChannelBaseTDataChannel.)
Public propertyOnReceive
Gets or sets the callback to execute when a message is received.
(Inherited from DataChannelBaseTDataChannel.)
Public propertyOrdered
Gets a value indicating whether messages will be delivered in the order they are sent.
(Inherited from DataChannelBaseTDataChannel.)
Public propertyState
Gets or sets the state.
(Inherited from DataChannelBaseTDataChannel.)
Public propertySubprotocol
Gets the subprotocol.
(Inherited from DataChannelBaseTDataChannel.)
Top
Methods
  NameDescription
Protected methodDoUpdateState
Updates state.
(Inherited from DataChannelBaseTDataChannel.)
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.
(Inherited from DataChannelBaseTDataChannel.)
Protected methodRaiseDataString
Raises the OnReceive callback with a data string.
(Inherited from DataChannelBaseTDataChannel.)
Public methodSendDataBytes
Sends some bytes.
(Overrides DataChannelBaseTDataChannelSendDataBytes(DataBuffer).)
Public methodSendDataString
Sends a string.
(Overrides DataChannelBaseTDataChannelSendDataString(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.
(Overrides DataChannelBaseTDataChannelUpdateInternalLock.)
Protected methodUpdateState
Updates state
(Overrides DataChannelBaseTDataChannelUpdateState(DataChannelState).)
Top
Events
See Also