nfc_iso14443_4_card_t

A structure representing the card type and ISO 14443-4 emulation data.

Synopsis:

#include <nfc/nfc.h>
typedef struct  {
   iso14443_4_type_t type ;
   union {
      nfc_iso14443_4_card_type_a_t A;
      nfc_iso14443_4_card_type_b_t B;
   } info;
}nfc_iso14443_4_card_t;
      

Data:

iso14443_4_type_t type
ISO 14443-4 emulation data.
info
The card type based on ISO 14443-4.
nfc_iso14443_4_card_type_a_t A
Card Type A.
nfc_iso14443_4_card_type_b_t B
Card Type B.

Library:

libnfc

Description: