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

TNEP Poller callback structure. More...

#include <poller.h>

Data Fields

void(* svc_selected )(const struct nfc_ndef_tnep_rec_svc_param *param, const struct nfc_tnep_poller_msg *msg, bool timeout)
 Function called when TNEP Service was selected.
 
void(* svc_deselected )(void)
 Function called when current active TNEP Service was deselected.
 
void(* svc_received )(const struct nfc_ndef_tnep_rec_svc_param *param, const struct nfc_tnep_poller_msg *msg, bool timeout)
 Function called when TNEP Service was read.
 
void(* svc_sent )(const struct nfc_ndef_tnep_rec_svc_param *param, const struct nfc_tnep_poller_msg *rsp_msg, bool timeout)
 Function called when TNEP Service was written.
 
void(* error )(int err)
 Function called when an internal error in TNEP Poller library was detected.
 
sys_snode_t node
 

Detailed Description

TNEP Poller callback structure.


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