TransportConfigFrame

Constructors

Link copied to clipboard
public void TransportConfigFrame(TransportConfigFrame.TransportMessage transportMessage, Array<byte> payload)
Build a TransportConfigFrame to send to the remove device to configure or inform of status changes.
Build a TransportConfigFrame to send to the remove device to configure or inform of status changes.
public void TransportConfigFrame(Array<byte> rawFrame)
Constructor primarily used to re-build config/setup messages that come across the bluetooth radio.

Types

Link copied to clipboard
public enum TransportMessage

Properties

Link copied to clipboard
Link copied to clipboard
public final static int headerSize
Link copied to clipboard
public Array<byte> payload
Link copied to clipboard
public Byte version

Functions

Link copied to clipboard
public Array<byte> asBytes()
Used when we need a byte representation of the message to send over the radio to the remote device
Link copied to clipboard
Link copied to clipboard
public byte getVersion()