KioIdStorageTagDevice Object

Functions

Type Signature
string GetData(string deviceName)
Gets the UID of the tag in front of device, or null if no tag is there.
byte[] Cmd(byte[] cmd, string uidHex = null, int timeoutMs = 1000, string deviceName = null)
Sends and recieves data to/from the device.
string CmdHex(string cmdAsHex, string uidHex = null, int timeoutMs = 1000, string deviceName = null)
Sends and recieves data to/from the device.
string EnablePollForId(bool enable, string deviceName = null)
Tells KioWare to poll the device for a tag id.

Page Callbacks

Type Signature
function(devName, dataAsHex) OnKioDeviceResult