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

◆ nfc_t2t_callback_t

typedef void(* nfc_t2t_callback_t) (void *context, nfc_t2t_event_t event, const uint8_t *data, size_t data_length)

#include <nfc/include/nfc_t2t_lib.h>

Callback to pass events from NFC T2T Library to application.

Parameters
contextApplication context for callback execution.
eventThe event that occurred.
dataData to send to the application (event specific).
data_lengthLength of the data.