Mbed OS Reference
|
The NFCRemoteEndpoint base delegate. More...
#include <NFCRemoteEndpoint.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... | |
The NFCRemoteEndpoint base delegate.
Definition at line 55 of file NFCRemoteEndpoint.h.
|
virtual |
This method is called when the endpoint is connected.
Definition at line 59 of file NFCRemoteEndpoint.h.
|
virtual |
This method is called when the endpoint is lost (air interface link disconnnected)
Definition at line 64 of file NFCRemoteEndpoint.h.