Package com.metratec.lib.rfidreader
Class RFIDErrorCodes
- java.lang.Object
-
- com.metratec.lib.rfidreader.RFIDErrorCodes
-
public class RFIDErrorCodes extends java.lang.Object
Error codes for the metraTec RFID reader exceptions- Author:
- Matthias Neumann (neumann@metratec.com)
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACE
Access Errorstatic int
AKW
Access bits or Keys not Writablestatic int
ARH
Antenna Reflectivity Highstatic int
ATE
Authentication Error (i.e.static int
BAE
Block Access Errorstatic int
BIH
Block Is too high (i.e.static int
BME
Block Mode Error, not 0 or 3 (not writeable with value block function)static int
BNA
Block Not Authenticatedstatic int
BNW
Block Not Writablestatic int
BOD
BrownOut detectedstatic int
BOF
Buffer Overflowstatic int
BSY
Reader is busystatic int
CCE
Communication CRC Errorstatic int
CER
CRC error, CRC16 from the Tag is wrongstatic int
CLD
REQ - Collision detectstatic int
CNS
Card is not selectedstatic int
CRT
Command Received Timeoutstatic int
CSE
Check Sum errorstatic int
DNS
Did not Sleepstatic int
EDX
Error decimal expectedstatic int
EHF
Error Hardware Failurestatic int
EHX
Error hex expectedstatic int
FLE
FIFO Length Errorstatic int
HBE_XX
Headerbit Errorstatic int
IEC
internal Error codestatic int
IOS
Input and Outputblock are not in the same Sectorstatic int
KBR
Key B is Readablestatic int
KNC
Key(s) not changeablestatic int
NAK
Global Errorstatic int
NB0
Number of Blocks to Read is 0static int
NCM
Not in CNR Modestatic int
NDB
No Data Blockstatic int
NER
Not expected responsestatic int
NKS
No Key Selected, select a temporary or a static keystatic int
NMA
No MiFare classic chip Authenticatedstatic int
NOR
Number Out Of Rangestatic int
NOS
Not supportedstatic int
NRF
No RF-Field activestatic int
NSS
No Standard Selectedstatic int
NTI
No Tag Inventoriedstatic int
NUL
Null pointerstatic int
ONE
Operation Not Executedstatic int
PDE
Preamble Detect Errorstatic int
PLE
PLL Errorstatic int
RDL
Read Data to Longstatic int
RES
Reservedstatic int
RXE
Response Count Expected Errorstatic int
SRT
Hardware Resetstatic int
SYN
Errorstatic int
TCE
Tag Communication Errorstatic int
TEC
REQ - Tag Error Code
[2Byte Error Flag][2Byte ErrorCode]
Error codes: 01 - The command is not supported, i.e.static int
TLM
Tag Listener missingstatic int
TMD
To Many Data (i.e.static int
TMT
Too Many Tagsstatic int
TNR
Tag Not Respondingstatic int
TOE
TimeOut Errorstatic int
TOR
Tag Out of Rangestatic int
UCB
(receive) unknow control bytestatic int
UCO
Unknown commandstatic int
UE1
User Error code 1static int
UE2
User Error code 2static int
UE3
User Error code 3static int
UER
Unknown Errorstatic int
UKA
Use Key A for authenticationstatic int
UKB
Use Key B for authenticationstatic int
UPA
Unknown parameterstatic int
URE
UART Receive Errorstatic int
WBR
wrong baudratestatic int
WDL
Wrong Data Lengthstatic int
WFR
wrong minimal Firmware revisionstatic int
WPA
Wrong Parameterstatic int
WRT
Wrong Reader type
-
Constructor Summary
Constructors Constructor Description RFIDErrorCodes()
-
-
-
Field Detail
-
NER
public static final int NER
Not expected response- See Also:
- Constant Field Values
-
NUL
public static final int NUL
Null pointer- See Also:
- Constant Field Values
-
WPA
public static final int WPA
Wrong Parameter- See Also:
- Constant Field Values
-
IEC
public static final int IEC
internal Error code- See Also:
- Constant Field Values
-
UE1
public static final int UE1
User Error code 1- See Also:
- Constant Field Values
-
UE2
public static final int UE2
User Error code 2- See Also:
- Constant Field Values
-
UE3
public static final int UE3
User Error code 3- See Also:
- Constant Field Values
-
WRT
public static final int WRT
Wrong Reader type- See Also:
- Constant Field Values
-
RES
public static final int RES
Reserved- See Also:
- Constant Field Values
-
WFR
public static final int WFR
wrong minimal Firmware revision- See Also:
- Constant Field Values
-
BSY
public static final int BSY
Reader is busy- See Also:
- Constant Field Values
-
TLM
public static final int TLM
Tag Listener missing- See Also:
- Constant Field Values
-
CLD
public static final int CLD
REQ - Collision detect- See Also:
- Constant Field Values
-
TEC
public static final int TEC
REQ - Tag Error Code
[2Byte Error Flag][2Byte ErrorCode]
Error codes:- 01 - The command is not supported, i.e. the request code is not recognized.
- 02 - The command is not recognized, for example: a format error occurred.
- 03 - The option is not supported.
- 0F - Unknown error.
- 10 - The specified block is not available (doesn't exist).
- 11 - The specified block is already -locked and thus cannot be locked again
- 12 - The specified block is locked and its content cannot be changed.
- 13 - The specified block was not successfully programmed.
- 14 - The specified block was not successfully locked.
- A0-DF - Custom command error codes
- others - RFU
- See Also:
- Constant Field Values
-
ACE
public static final int ACE
Access Error- See Also:
- Constant Field Values
-
CER
public static final int CER
CRC error, CRC16 from the Tag is wrong- See Also:
- Constant Field Values
-
FLE
public static final int FLE
FIFO Length Error- See Also:
- Constant Field Values
-
HBE_XX
public static final int HBE_XX
Headerbit Error- See Also:
- Constant Field Values
-
PDE
public static final int PDE
Preamble Detect Error- See Also:
- Constant Field Values
-
RDL
public static final int RDL
Read Data to Long- See Also:
- Constant Field Values
-
RXE
public static final int RXE
Response Count Expected Error- See Also:
- Constant Field Values
-
TCE
public static final int TCE
Tag Communication Error- See Also:
- Constant Field Values
-
TMT
public static final int TMT
Too Many Tags- See Also:
- Constant Field Values
-
TOE
public static final int TOE
TimeOut Error- See Also:
- Constant Field Values
-
TOR
public static final int TOR
Tag Out of Range- See Also:
- Constant Field Values
-
TNR
public static final int TNR
Tag Not Responding- See Also:
- Constant Field Values
-
CNS
public static final int CNS
Card is not selected- See Also:
- Constant Field Values
-
BIH
public static final int BIH
Block Is too high (i.e. bigger than 63 at MiFare 1k)- See Also:
- Constant Field Values
-
ATE
public static final int ATE
Authentication Error (i.e. wrong key)- See Also:
- Constant Field Values
-
NKS
public static final int NKS
No Key Selected, select a temporary or a static key- See Also:
- Constant Field Values
-
IOS
public static final int IOS
Input and Outputblock are not in the same Sector- See Also:
- Constant Field Values
-
NMA
public static final int NMA
No MiFare classic chip Authenticated- See Also:
- Constant Field Values
-
NDB
public static final int NDB
No Data Block- See Also:
- Constant Field Values
-
KBR
public static final int KBR
Key B is Readable- See Also:
- Constant Field Values
-
ONE
public static final int ONE
Operation Not Executed- See Also:
- Constant Field Values
-
BME
public static final int BME
Block Mode Error, not 0 or 3 (not writeable with value block function)- See Also:
- Constant Field Values
-
BNW
public static final int BNW
Block Not Writable- See Also:
- Constant Field Values
-
BAE
public static final int BAE
Block Access Error- See Also:
- Constant Field Values
-
BNA
public static final int BNA
Block Not Authenticated- See Also:
- Constant Field Values
-
AKW
public static final int AKW
Access bits or Keys not Writable- See Also:
- Constant Field Values
-
UKB
public static final int UKB
Use Key B for authentication- See Also:
- Constant Field Values
-
UKA
public static final int UKA
Use Key A for authentication- See Also:
- Constant Field Values
-
KNC
public static final int KNC
Key(s) not changeable- See Also:
- Constant Field Values
-
NB0
public static final int NB0
Number of Blocks to Read is 0- See Also:
- Constant Field Values
-
NTI
public static final int NTI
No Tag Inventoried- See Also:
- Constant Field Values
-
TMD
public static final int TMD
To Many Data (i.e. Uart input buffer overflow)- See Also:
- Constant Field Values
-
ARH
public static final int ARH
Antenna Reflectivity High- See Also:
- Constant Field Values
-
BOD
public static final int BOD
BrownOut detected- See Also:
- Constant Field Values
-
BOF
public static final int BOF
Buffer Overflow- See Also:
- Constant Field Values
-
CCE
public static final int CCE
Communication CRC Error- See Also:
- Constant Field Values
-
CRT
public static final int CRT
Command Received Timeout- See Also:
- Constant Field Values
-
DNS
public static final int DNS
Did not Sleep- See Also:
- Constant Field Values
-
EDX
public static final int EDX
Error decimal expected- See Also:
- Constant Field Values
-
EHF
public static final int EHF
Error Hardware Failure- See Also:
- Constant Field Values
-
EHX
public static final int EHX
Error hex expected- See Also:
- Constant Field Values
-
NCM
public static final int NCM
Not in CNR Mode- See Also:
- Constant Field Values
-
NOR
public static final int NOR
Number Out Of Range- See Also:
- Constant Field Values
-
NOS
public static final int NOS
Not supported- See Also:
- Constant Field Values
-
NRF
public static final int NRF
No RF-Field active- See Also:
- Constant Field Values
-
NSS
public static final int NSS
No Standard Selected- See Also:
- Constant Field Values
-
PLE
public static final int PLE
PLL Error- See Also:
- Constant Field Values
-
SRT
public static final int SRT
Hardware Reset- See Also:
- Constant Field Values
-
UCO
public static final int UCO
Unknown command- See Also:
- Constant Field Values
-
UER
public static final int UER
Unknown Error- See Also:
- Constant Field Values
-
UPA
public static final int UPA
Unknown parameter- See Also:
- Constant Field Values
-
URE
public static final int URE
UART Receive Error- See Also:
- Constant Field Values
-
WDL
public static final int WDL
Wrong Data Length- See Also:
- Constant Field Values
-
SYN
public static final int SYN
Error- See Also:
- Constant Field Values
-
CSE
public static final int CSE
Check Sum error- See Also:
- Constant Field Values
-
NAK
public static final int NAK
Global Error- See Also:
- Constant Field Values
-
UCB
public static final int UCB
(receive) unknow control byte- See Also:
- Constant Field Values
-
WBR
public static final int WBR
wrong baudrate- See Also:
- Constant Field Values
-
-