diff options
Diffstat (limited to 'openpicc/application/iso14443_layer3a.h')
-rw-r--r-- | openpicc/application/iso14443_layer3a.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openpicc/application/iso14443_layer3a.h b/openpicc/application/iso14443_layer3a.h index 9b00ccb..a31c92f 100644 --- a/openpicc/application/iso14443_layer3a.h +++ b/openpicc/application/iso14443_layer3a.h @@ -100,7 +100,8 @@ typedef struct { enum { PARITY, /* Calculate parity on the fly, ignore the parity field below */ GIVEN_PARITY, /* Use the parity bits from the parity field below */ NO_PARITY, /* Don't send any parity */ - } parity; + } parity; + enum { ISO14443A_LAST_BIT_0 = 0, ISO14443A_LAST_BIT_1 = 1, ISO14443A_LAST_BIT_NONE } last_bit; } a; } parameters; u_int32_t numbytes; |