Fix ISO14443-B ATTRIB_RES decoding. (Thanks to Phil)

This commit is contained in:
Romuald Conty 2010-09-23 10:12:10 +00:00
parent c6f074ba96
commit 7e2ddedfc1
3 changed files with 9 additions and 7 deletions

View file

@ -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;
/**