ndef_tag_type_t

NFC tag types.

Synopsis:

#include <nfc/nfc_types.h>

#include <nfc/nfc_types.h>

typedef enum {
      NDEFTAG_TYPE_1 = 1   
      NDEFTAG_TYPE_2 = 2   
      NDEFTAG_TYPE_3 = 3   
      NDEFTAG_TYPE_4_A = 4   
      NDEFTAG_TYPE_4_B = 5   
} ndef_tag_type_t;

Since:

BlackBerry 10.0.0

Data:

NDEFTAG_TYPE_1
NFC-Forum tag type 1.
NDEFTAG_TYPE_2
NFC-Forum tag type 2.
NDEFTAG_TYPE_3
NFC-Forum tag type 3.
NDEFTAG_TYPE_4_A
NFC-Forum tag type 4A.
NDEFTAG_TYPE_4_B
NFC-Forum tag type 4B.

Library:

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

Description:

This enumeration defines tag types as specified in the NFC Forum.