Software • RFID command set
Chapter 4 Software
Panel PC 2100 swing arm user's manual V1.00
159
RFID stack high byte error messages
Value
Name
Description
0xE1XX
PH_COMP_CRYPTOSYM
CryptoSym component code
0xE2XX
PH_COMP_KEYSTORE
KeyStore component code
0xE3XX
PH_COMP_TOOLS
Tools component code
0xE4XX
PH_COMP_CRYPTORNG
CryptoRng component code
0xEFXX
PH_COMP_LOG
Log component code
Table 136: RFID stack high byte error messages
RFID stack low byte error messages
Value
Name
Description
0xXX00
PH_ERR_SUCCESS
Returned if no error
0xXX71
PH_ERR_SUCCESS_CHAINING
Rx chaining not complete, further action needed
0xXX72
PH_ERR_SUCCESS_INCOMPLETE_BYTE
Incomplete byte received
0xXX01
PH_ERR_IO_TIMEOUT
No reply received, e.g. PICC removal
0xXX02
PH_ERR_INTEGRITY_ERROR
Wrong CRC or parity detected
0xXX03
PH_ERR_COLLISION_ERROR
Collision occurred
0xXX04
PH_ERR_BUFFER_OVERFLOW
Attempt to write beyond buffer size
0xXX05
PH_ERR_FRAMING_ERROR
Invalid frame format
0xXX06
PH_ERR_PROTOCOL_ERROR
Received response violates protocol
0xXX07
PH_ERR_AUTH_ERROR
Authentication error
0xXX08
PH_ERR_READ_WRITE_ERROR
Read or write error in RAM/ROM or flash memory
0xXX09
PH_ERR_TEMPERATURE_ERROR
RC sensors signaling overheating
0xXX0A
PH_ERR_RF_ERROR
Error on RF interface
0xXX0B
PH_ERR_INTERFACE_ERROR
RC communication error
0xXX0C
PH_ERR_LENGTH_ERROR
Length error
0xXX7F
PH_ERR_INTERNAL_ERROR
Internal error
0xXX20
PH_ERR_INVALID_DATA_PARAMS
Invalid data parameters supplied (layer ID check failed)
0xXX21
PH_ERR_INVALID_PARAMETER
Invalid parameter supplied
0xXX22
PH_ERR_PARAMETER_OVERFLOW
Reading/Writing a parameter would produce an overflow
0xXX23
PH_ERR_UNSUPPORTED_PARAMETER
Parameter not supported
0xXX24
PH_ERR_UNSUPPORTED_COMMAND
Command not supported
0xXX25
PH_ERR_USE_CONDITION
Condition of use not satisfied
0xXX26
PH_ERR_KEY
Key error
Table 137: RFID stack low byte error messages