User's Manual

5.4.8 Reboot (03-01)
This function can be used to reboot the reader.
Parameters: None
Return Values: None; the reader is rebooted immediately.
Example:
PC -> Reader 52 46 45 01 0301 02 00 04 cs
5.4.9 Set-Antenna-Power (03-03)
This function can be used to set the antenna power on and off. The values are listed below:
enum ANTENNA_POWER (unsigned char)
ANTENNA_ON 0x00
ANTENNA_OFF 0x01
Parameters: AntennaPower mode
Return Values: RFE_RET_VALUE status
Status Values: RFE_SUCCESS, RFE_ERR_ON_EXEC_OP, RFE_ERR_WRONG_PARAM_COUNT,
RFE_ERR_WRONG_PARAM
Example: Set antenna power off.
PC -> Reader 52 46 45 01 0303 02 01 03 00 04 cs
dataLength = 0x01 -> 1 Bytes
mode = 0x00 -> ANTENNA_OFF
Reader -> PC 52 46 45 01 0303 02 01 03 00 04 cs
dataLength = 0x01 -> 1 Bytes
status = 0x00 -> RFE_SUCCESS