libnfc
1.4.2
|
NFC ISO14443B tag information. More...
#include <nfc-types.h>
Data Fields | |
byte_t | abtPupi [4] |
byte_t | abtApplicationData [4] |
byte_t | abtProtocolInfo [3] |
uint8_t | ui8CardIdentifier |
NFC ISO14443B tag information.
Definition at line 269 of file nfc-types.h.
byte_t nfc_iso14443b_info_t::abtApplicationData[4] |
abtApplicationData store Application Data contained in ATQB (see ISO14443-3)
Definition at line 273 of file nfc-types.h.
byte_t nfc_iso14443b_info_t::abtProtocolInfo[3] |
abtProtocolInfo store Protocol Info contained in ATQB (see ISO14443-3)
Definition at line 275 of file nfc-types.h.
byte_t nfc_iso14443b_info_t::abtPupi[4] |
abtPupi store PUPI contained in ATQB (Answer To reQuest of type B) (see ISO14443-3)
Definition at line 271 of file nfc-types.h.
ui8CardIdentifier store CID (Card Identifier) attributted by PCD to the PICC
Definition at line 277 of file nfc-types.h.