Click or drag to resize

DataChannel Class

A data channel.
Inheritance Hierarchy
System.Object
  FM.IceLink.Serializable
    FM.IceLink.Dynamic
      FM.IceLink.DataChannelBase<DataChannel>
        FM.IceLink.DataChannel

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.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 DataChannelBase<TDataChannel>.)
Protected propertyInstance
Gets the current instance.
(Overrides DataChannelBase<TDataChannel>.Instance.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets the label.
(Inherited from DataChannelBase<TDataChannel>.)
Public propertyOnReceive
Gets or sets the callback to execute when a message is received.
(Inherited from DataChannelBase<TDataChannel>.)
Public propertyOrdered
Gets a value indicating whether messages will be delivered in the order they are sent.
(Inherited from DataChannelBase<TDataChannel>.)
Public propertyState
Gets or sets the state.
(Inherited from DataChannelBase<TDataChannel>.)
Public propertySubprotocol
Gets the subprotocol.
(Inherited from DataChannelBase<TDataChannel>.)
Top
Methods
  NameDescription
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 DataChannelBase<TDataChannel>.)
Protected methodRaiseDataString
Raises the OnReceive callback with a data string.
(Inherited from DataChannelBase<TDataChannel>.)
Public methodSendDataBytes
Sends some bytes.
(Overrides DataChannelBase<TDataChannel>.SendDataBytes(DataBuffer).)
Public methodSendDataString
Sends a string.
(Overrides DataChannelBase<TDataChannel>.SendDataString(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.)
Top
Events
Fields
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also