The TRDisconnect function is used to disconnect from the TagReader with the given ID.
Syntax
int TRDisconnect(int tagReaderID)
Params
|
<tagReaderID> |
The ID of the device to be disconnected from |
Return
|
0 |
Connection was successfully closed |
| -5 | Connection could not be closed |
| -90 | The TagReader with the given ID was not found |