iso14443_4_type_t

Host Card Emulation (HCE) protocol types.

Synopsis:

#include <nfc/nfc_types.h>

typedef enum {
      ISO14443_4TYPE_A = 1   
      ISO14443_4TYPE_B = 2   
} iso14443_4_type_t;

Since:

BlackBerry 10.0.0

Data:

ISO14443_4TYPE_A
HCE in ISO 14443-4A.
ISO14443_4TYPE_B
HCE in ISO 14443-4B.

Library:

libnfc (For the qcc command, use the -l nfc option to link against this library)

Description:

This enumeration defines HCE protocol types.