nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nfc_t2t_event_t

#include <nfc/include/nfc_t2t_lib.h>

Events passed to the callback function.

Enumerator
NFC_T2T_EVENT_NONE 

Not used.

NFC_T2T_EVENT_FIELD_ON 

NFC tag has detected external NFC field and was selected by an NFC polling device.

NFC_T2T_EVENT_FIELD_OFF 

External NFC field has been removed.

NFC_T2T_EVENT_DATA_READ 

NFC polling device has read all tag data. Repeated reading in the same session i.e. before NFC_T2T_EVENT_FIELD_OFF event, will not trigger another NFC_T2T_EVENT_DATA_READ event.

NFC_T2T_EVENT_STOPPED 

Reference to the application NFC callback has been released using nfc_t2t_done.