Host Card Emulation (HCE) event types.
Synopsis:
#include <nfc/nfc_types.h>
typedef enum {
ISO14443_4EVENT_SELECTED = 1
ISO14443_4EVENT_DEACTIVATED = 2
} iso14443_4_event_t;
Data:
- ISO14443_4EVENT_SELECTED
- The emulated ISO 14443-4 card (HCE) has been selected by remote reader.
- ISO14443_4EVENT_DEACTIVATED
- The emulated ISO 14443-4 card (HCE) has been deactivated by remote reader.
Library:
libnfc (For the qcc command, use the -l nfc option to link against this library)
Description:
This enumeration defines HCE event types.