X-Git-Url: https://hackdaworld.org/gitweb/?p=rfid%2Flibrfid.git;a=blobdiff_plain;f=gemtag%2Fgemtag.h;h=93aaa60ea1c71e4a07d26c5508d6f4ff8e695ff2;hp=f83210075ff1bdebeda6cb22b691003a8fc83b82;hb=3ca43b53eb696fea7ea7f6a14ed4e1bfa7b01ac7;hpb=59473d0352753f36aefd1cd516617fc91b5046a8 diff --git a/gemtag/gemtag.h b/gemtag/gemtag.h index f832100..93aaa60 100644 --- a/gemtag/gemtag.h +++ b/gemtag/gemtag.h @@ -42,5 +42,9 @@ struct gemtag_cmd_hdr { #define GEMTAG_CMD_GET_RIC_VERSION 0x64 #define GEMTAG_CMD_PCD_SET_TMO 0x27 #define GEMTAG_CMD_SET_CPU_TIMEOUT 0x88 +#define GEMTAG_CMD_TEST 0xfe + +#define BAD_CRC 0x01 +#define SEQ_MISMATCH 0x02 #endif