![]() |
nrfxlib API 3.3.99
|
| typedef void(* nfc_lib_cb_resolve_t) (const void *p_ctx, const uint8_t *p_data) |
#include <nfc/include/nfc_platform.h>
Callback resolution function pointer.
The function pointed to by the pointer resolves the input context and passes the resolved data to the user callback function.
| [in] | p_ctx | Pointer to context data for the callback. |
| [in] | p_data | Pointer to data passed to the callback. |