Added in Version 1.0.0
InputDeviceDelegate
The class that defines the status event of an input device (such as Barcode Reader)
Constructor |
|
---|---|
Initialize object |
Property |
||
---|---|---|
Notify that the input device is connected |
() => void |
|
Notify that the input device is disconnected |
() => void |
|
Notify that the data is received |
(data: Array<number>) => void |
|
Notify that a communication error occurred |
(error: StarIO10Error) => void |