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;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:
libnfcDescription:
This enumeration defines the unique identifier of the Secure Element.