KioCheckReaderDevice Class
This class targets check reader devices, such as the Magtek Excella.
Functions
Type | Signature |
int |
ReadCheck(string options = null, string callbackName = null, string devName = null)
Initiates a check reading operation. |
int |
ReadCard(string options = null, string callbackName = null, string devName = null)
Initiates a card reading operation, if supported by your device. |
Page Callbacks
Type | Signature |
Callback |
OnKioDeviceCmdResult(devName, id, cmd, err, data)
Called in response to a command. |