mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Added all response error codes from the standard
This commit is contained in:
committed by
Thorsten Bosbach
parent
cbfa4855bc
commit
681e793c8d
@@ -42,6 +42,16 @@
|
||||
#define ISO15693_RES_FLAG_ERROR 0x01
|
||||
#define ISO15693_RES_FLAG_PROT_EXT 0x08
|
||||
|
||||
#define ISO15693_RES_ERR_NOT_SUPP 0x01
|
||||
#define ISO15693_RES_ERR_NOT_REC 0x02
|
||||
#define ISO15693_RES_ERR_OPT_NOT_SUPP 0x03
|
||||
#define ISO15693_RES_ERR_GENERIC 0x0F
|
||||
#define ISO15693_RES_ERR_BLK_NOT_AVL 0x10
|
||||
#define ISO15693_RES_ERR_BLK_ALRD_LKD 0x11
|
||||
#define ISO15693_RES_ERR_BLK_CHG_LKD 0x12
|
||||
#define ISO15693_RES_ERR_BLK_NOT_PRGR 0x13
|
||||
#define ISO15693_RES_ERR_BLK_NOT_LKD 0x14
|
||||
|
||||
|
||||
#define ISO15693_MIN_FRAME_SIZE 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user