string EnablePollForId(bool enable, string deviceName = null)
Tells KioWare to poll the device for a tag id. When a tag is found, OnKioDeviceResult will be called. NOTE that this isn't supported for all devices. Trust Level Required: High
Parameters
Name | Description |
enable | True to enable polling. |
deviceName | The name of the device. |
Return
Data, or null on failure.