NFC Data Exchange Format(NDEF) tag types.
#include <nfc/nfc_types.h>
typedef enum {
NDEF_TYPE_1 = 1
NDEF_TYPE_2 = 2
NDEF_TYPE_3 = 3
NDEF_TYPE_4_A = 4
NDEF_TYPE_4_B = 5
} ndef_type_t;
BlackBerry 10.0.0
This enumeration defines NDEF tag types.