The NFCController delegate. More...
#include <NFCController.h>
Public Types |
Public Member Functions | |
virtual void | on_discovery_terminated (nfc_discovery_terminated_reason_t reason) |
The discovery process terminated. More... | |
virtual void | on_nfc_initiator_discovered (const SharedPtr< NFCRemoteInitiator > &nfc_initiator) |
A remote initiator was discovered (the local controller is in target mode). More... | |
virtual void | on_nfc_target_discovered (const SharedPtr< NFCRemoteTarget > &nfc_target) |
A remote target was discovered (the local controller is in initiator mode). More... | |
The NFCController delegate.
Users of the NFCController class need to implement this delegate's methods to receive events.
Definition at line 59 of file NFCController.h.
A enumeration of causes for the discovery process terminating.
Definition at line 63 of file NFCController.h.
|
virtual |
The discovery process terminated.
[in] | reason | the cause for the termination |
Definition at line 73 of file NFCController.h.
|
virtual |
A remote initiator was discovered (the local controller is in target mode).
[in] | nfc_initiator | the NFCRemoteInitiator instance |
Definition at line 79 of file NFCController.h.
|
virtual |
A remote target was discovered (the local controller is in initiator mode).
[in] | nfc_target | the NFCRemoteTarget instance |
Definition at line 85 of file NFCController.h.