nRF Connect SDK API 2.8.99
|
ISO-DEP Protocol callback structure. More...
#include <isodep.h>
Data Fields | |
void(* | data_received )(const uint8_t *data, size_t data_len) |
ISO-DEP data received callback. | |
void(* | selected )(const struct nfc_t4t_isodep_tag *t4t_tag) |
Type 4 Tag ISO-DEP selected callback. | |
void(* | deselected )(void) |
Type 4 Tag ISO-DEP deselected callback. | |
void(* | ready_to_send )(uint8_t *data, size_t data_len, uint32_t ftd) |
ISO-DEP data ready to send a callback. | |
void(* | error )(int err) |
ISO-DEP error callback. | |
ISO-DEP Protocol callback structure.
This structure is used to control data exchange over ISO-DEP Protocol.