mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +00:00
Fix ISO14443-B ATTRIB_RES decoding. (Thanks to Phil)
This commit is contained in:
@@ -229,9 +229,10 @@ typedef struct {
|
||||
* @brief NFC ISO14443B tag information
|
||||
*/
|
||||
typedef struct {
|
||||
/** abtAtqb store ATQB (Answer To reQuest of type B) */
|
||||
byte_t abtAtqb[12];
|
||||
size_t szAttribRes;
|
||||
byte_t abtAttribRes[64];
|
||||
/** ui8CardIdentifier store CID (Card Identifier) attributted by PCD to the PICC */
|
||||
uint8_t ui8CardIdentifier;
|
||||
} nfc_iso14443b_info_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user