Click or drag to resize

IDataChannelTDataChannel Interface

Data channel interface.

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

The IDataChannelTDataChannel type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets or sets DataChannel ID
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 the state.
Public propertySubprotocol
Gets the subprotocol.
Top
Methods
  NameDescription
Public methodSendDataBytes
Sends a byte array.
Public methodSendDataString
Sends a string.
Top
Events
  NameDescription
Public eventOnStateChange
Raised when the state changes.
Top
See Also