Added in Version 1.0.0

InputDeviceDelegate

The class that defines the status event of an input device

Constructor

InputDeviceDelegate()

Initialize object

Method

onConnected()

Notify that the input device is connected

onDisconnected()

Notify that the input device is disconnected

onDataReceived(data: List<Byte>)

Notify that the data is received

onCommunicationError(e: StarIO10Exception)

Notify that a communication error occurred