Added in Version 1.0.0

InputDeviceDelegate

The class that defines the status event of an input device (such as Barcode Reader)

Constructor

InputDeviceDelegate()

Initialize object

Property

onConnected

Notify that the input device is connected

() => void

onDisconnected

Notify that the input device is disconnected

() => void

onDataReceived

Notify that the data is received

(data: Array<number>) => void

onCommunicationError

Notify that a communication error occurred

(error: StarIO10Error) => void