The TRDoReaderAction function is used to perform a given action on the given TagReader device.
Syntax
int TRDoReaderAction(int tagReaderID, int action)
Params
|
<tagReaderID> |
The ID of the device to perform the action |
| <action> | Code of the desired action (ref: Available reader actions) |
Return
|
0 |
Action was successfully executed |
| -5 | Error while performing the action |
| -90 | The TagReader with the given ID was not found |