The NFCRemoteInitiator delegate. More...
#include <NFCRemoteInitiator.h>
Public Member Functions | |
virtual void | on_connected () |
This method is called when the endpoint is connected. More... | |
virtual void | on_disconnected () |
This method is called when the endpoint is lost (air interface link disconnnected) More... | |
virtual void | parse_ndef_message (const Span< const uint8_t > &buffer) |
Parse a NDEF message. More... | |
virtual size_t | build_ndef_message (const Span< uint8_t > &buffer) |
Build a NDEF message. More... | |
The NFCRemoteInitiator delegate.
Users of the NFCRemoteInitiator class need to implement this delegate's methods to receive events.
Definition at line 57 of file NFCRemoteInitiator.h.
|
virtualinherited |
Build a NDEF message.
[in] | buffer | a mutable buffer in which the message should be stored |
Reimplemented in NFCProcessController.
Definition at line 75 of file NFCNDEFCapable.h.
|
virtualinherited |
This method is called when the endpoint is connected.
Definition at line 58 of file NFCRemoteEndpoint.h.
|
virtualinherited |
This method is called when the endpoint is lost (air interface link disconnnected)
Definition at line 63 of file NFCRemoteEndpoint.h.
|
virtualinherited |
Parse a NDEF message.
[in] | buffer | a buffer containing the message to parse |
Reimplemented in NFCProcessController.
Definition at line 66 of file NFCNDEFCapable.h.