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;

Since:

BlackBerry 10.0.0

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 (For the qcc command, use the -l nfc option to link against this library)

Description:

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