secure_element_id_type_t

The secure element ID.

Synopsis:

#include <nfc/nfc_types.h>

typedef enum {
      SE_ID_NONE = 0   
      UICC_SE_ID = 1   
      EMBEDDED_SE_ID = 2   
} secure_element_id_type_t;

Since:

BlackBerry 10.0.0

Data:

SE_ID_NONE
No secure element.
UICC_SE_ID
A Universal Integrated Circuit Card (UICC) secure element.
EMBEDDED_SE_ID
An embedded secure element.

Library:

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

Description:

This enumeration defines the unique identifier of the Secure Element.