The TRSendCommand function is used to execute any command on the given TagReader device.
Syntax
char* TRSendCommand(int tagReaderID, int cmd, char* data)
Params
|
<tagReaderID> |
The ID of the device to perform the action |
| <cmd> | Code of the desired command (ref: Available commands) |
| <data> |
Depending on the chosen command. See documentation: |
Return
|
Success: |
Response of the device for the executed command |
| Error: | The error message received while executing the given command |