Click or drag to resize

IDataChannelTDataChannel Interface

Data channel interface.

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

The IDataChannelTDataChannel type exposes the following members.

Properties
  NameDescription
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
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also