The TRSetReaderPower function is used to set the power level of the given TagReader device.
Syntax
int TRSetReaderPower(int tagReaderID, int powerLevel)
Params
|
<tagReaderID> |
The ID of the device to perform the action |
| <powerLevel> | The desired power level (Min.: 2, Max.: 18) |
Return
|
0 |
Power level successfully changed |
| -7 | Error while setting up the power level |
| -90 | The TagReader with the given ID was not found |