nrfxlib API 2.8.99
|
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.
context | Application context for callback execution. |
event | The event that occurred. |
data | Data to send to the application (event specific). |
data_length | Length of the data. |