diff options
Diffstat (limited to 'openpicc/application/iso14443.h')
-rw-r--r-- | openpicc/application/iso14443.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/iso14443.h b/openpicc/application/iso14443.h index cc7a640..d3439d1 100644 --- a/openpicc/application/iso14443.h +++ b/openpicc/application/iso14443.h @@ -85,6 +85,7 @@ typedef struct { NO_PARITY, /* Don't send any parity */ } parity; enum { ISO14443A_LAST_BIT_0 = 0, ISO14443A_LAST_BIT_1 = 1, ISO14443A_LAST_BIT_NONE } last_bit; + enum { CRC_UNCALCULATED = 2, CRC_OK = 1, CRC_ERROR = 0} crc; } a; } parameters; u_int32_t numbytes; |