Added all response error codes from the standard

This commit is contained in:
Federico Cerutti
2018-11-10 09:56:00 +01:00
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