plain_type_t

Smart card types.

Synopsis:

#include <nfc/nfc_types.h>

typedef enum {
      PLAIN_TYPE_14443_3_A = 1   
      PLAIN_TYPE_14443_3_B = 2   
} plain_type_t;

Data:

PLAIN_TYPE_14443_3_A
Smart cards that provide access to ISO 14443-3 Type A properties and input/output operations.
PLAIN_TYPE_14443_3_B
Smart cards that provide access to ISO 14443-3 Type B properties and input/output operations.

Library:

libnfc

Description:

The enumeration indicates the type of smart card. Smart cards can be either microprocessors or memory cards.