Technology types.
#include <nfc/nfc_types.h>
typedef enum {
TECHNOLOGY_TYPE_NONE = (0x0)
TECHNOLOGY_TYPE_ISO14443A = (0x1 << 0)
TECHNOLOGY_TYPE_ISO14443B = (0x1 << 1)
TECHNOLOGY_TYPE_ISO14443B_PRIME = (0x1 << 2)
TECHNOLOGY_TYPE_FELICA = (0x1 << 3)
TECHNOLOGY_TYPE_ISO14443A_MIFARE = (0x1 << 4)
TECHNOLOGY_TYPE_ISO15693 = (0x1 << 5)
} technology_types_t;
BlackBerry 10.0.0
This enumeration defines the technology types used to configure card emulation mode for Universal Integrated Circuit Card (UICC) or embedded secure element.