ISO14443A tag description. More...
#include <pn532.h>
Data Fields | |
| char | target |
| Target. | |
| char | auth |
| Card has been authenticated. More... | |
| char | id_len |
| Length of the ID field. | |
| char | sel_res |
| SEL_RES. | |
| unsigned | sns_res |
| SNS_RES. | |
| nfc_iso14443a_type_t | type |
| Type of ISO14443A card. | |
| char | id [8] |
| Card ID (length given by id_len) | |
| char nfc_iso14443a_t::auth |