KioCodeCorpCmdBarcode Class
This class targets several Code Corp barcode readers, including the CR 1100.
Functions
Type | Signature |
int |
addCmd(string cmd, bool hasResp, string callbackName = null, string devName = null)
Queues up a command for execution. |
Page Callbacks
Type | Signature |
Callback |
OnKioDeviceCmdResult(devName, id, cmd, err, data)
Called in response to a command. |
Callback |
OnKioDeviceData(devName, data)
Called when data is read from the device outside of a pending command. |
Callback |
OnImageProgress(devName, perc)
Called when an image capture is being performed and transferred. |