![]() |
Linux NFC User Mode Stack
|
Handover callback functions structure definition. More...
#include <linux_nfc_api.h>
Public Attributes | |
void(* | onHandoverRequestReceived )(unsigned char *msg, unsigned int length) |
Handover Request callback function. Use ndef_readHandoverRequestInfo() to parse the message. More... | |
void(* | onHandoverSelectReceived )(unsigned char *msg, unsigned int length) |
Handover Select callback function. Use ndef_readHandoverSelectInfo() to parse the message. More... | |
Handover callback functions structure definition.
Definition at line 411 of file linux_nfc_api.h.
void(* nfcHandoverCallback_t::onHandoverRequestReceived) (unsigned char *msg, unsigned int length) |
Handover Request callback function.
Use ndef_readHandoverRequestInfo() to parse the message.
msg | Handover request NDEF message from remote device |
length | Handover request NDEF message length |
Definition at line 418 of file linux_nfc_api.h.
void(* nfcHandoverCallback_t::onHandoverSelectReceived) (unsigned char *msg, unsigned int length) |
Handover Select callback function.
Use ndef_readHandoverSelectInfo() to parse the message.
msg | Handover select NDEF message from remote device |
length | Handover select NDEF message length |
Definition at line 425 of file linux_nfc_api.h.