Loading...
Searching...
No Matches
nfc_iso14443a_t Struct Reference

ISO14443A tag description. More...

Detailed Description

ISO14443A tag description.

Definition at line 136 of file pn532.h.

#include <pn532.h>

Data Fields

char target
 Target.
 
char auth
 Card has been authenticated.
 
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)
 

Field Documentation

◆ auth

char nfc_iso14443a_t::auth

Card has been authenticated.

Do not modify manually

Definition at line 138 of file pn532.h.

◆ id

char nfc_iso14443a_t::id[8]

Card ID (length given by id_len)

Definition at line 143 of file pn532.h.

◆ id_len

char nfc_iso14443a_t::id_len

Length of the ID field.

Definition at line 139 of file pn532.h.

◆ sel_res

char nfc_iso14443a_t::sel_res

SEL_RES.

Definition at line 140 of file pn532.h.

◆ sns_res

unsigned nfc_iso14443a_t::sns_res

SNS_RES.

Definition at line 141 of file pn532.h.

◆ target

char nfc_iso14443a_t::target

Target.

Definition at line 137 of file pn532.h.

◆ type

nfc_iso14443a_type_t nfc_iso14443a_t::type

Type of ISO14443A card.

Definition at line 142 of file pn532.h.


The documentation for this struct was generated from the following file: