The NewTagReader function is being used to register a TagReader device to the system.
Syntax
int NewTagReader(int vid, int pid)
Params
|
<vid> |
The devices vendor ID |
|
<pid> |
The devices product ID |
The latest version of the TagReader is using 0xe6a as vid and 0x350 as pid.
Return
It will return a unique ID in form of an Integer, which is required to control the device.