KioWareBluetooth Object

Functions

Type Signature
string getBytes(string alias)
This function can be used to return bytes that represent the SPP.
bool sendBytes(string alias, string bytes)
This function can be used to send bytes to the Bluetooth device.
bool isConnected(string alias)
This function can be used to indicate if Bluetooth devices are connected to the tablet.
bool isAttemptingConnect(string alias)
This function can be used to indicate if the tablet is attempting to connect to a Bluetooth device.
bool connect(string alias)
This function can be used to connect Bluetooth devices to the tablet.
void close(string alias)
This function can be used to close the Bluetooth device.