Linux NFC User Mode Stack
Public Attributes | List of all members
nfcHandoverCallback_t Struct Reference

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...
 

Detailed Description

Handover callback functions structure definition.

Definition at line 411 of file linux_nfc_api.h.

Member Data Documentation

void(* nfcHandoverCallback_t::onHandoverRequestReceived) (unsigned char *msg, unsigned int length)

Handover Request callback function.
Use ndef_readHandoverRequestInfo() to parse the message.

Parameters
msgHandover request NDEF message from remote device
lengthHandover 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.

Parameters
msgHandover select NDEF message from remote device
lengthHandover select NDEF message length

Definition at line 425 of file linux_nfc_api.h.


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