nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
nfc_t4t_isodep_cb Struct Reference

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.
 

Detailed Description

ISO-DEP Protocol callback structure.

This structure is used to control data exchange over ISO-DEP Protocol.


The documentation for this struct was generated from the following file: