public interface SerialSocket
Modifier and Type | Method and Description |
---|---|
void |
connect(android.content.Context context,
com.daisy.devicecommunicationSDK.SerialListener listener,
android.bluetooth.BluetoothDevice device) |
void |
disconnect() |
void |
write(byte[] data) |
void connect(android.content.Context context, com.daisy.devicecommunicationSDK.SerialListener listener, android.bluetooth.BluetoothDevice device) throws java.io.IOException
java.io.IOException
void write(byte[] data) throws java.io.IOException
java.io.IOException
void disconnect()