Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
NFCRemoteEndpoint::Delegate Struct Reference
The NFCRemoteEndpoint base delegate. More...
#include <NFCRemoteEndpoint.h>
Inherited by NFCRemoteInitiator::Delegate.
Public Member Functions | |
virtual void | on_connected () |
This method is called when the endpoint is connected. | |
virtual void | on_disconnected () |
This method is called when the endpoint is lost (air interface link disconnnected) |
Detailed Description
The NFCRemoteEndpoint base delegate.
Definition at line 54 of file NFCRemoteEndpoint.h.
Member Function Documentation
virtual void on_connected | ( | ) | [virtual] |
This method is called when the endpoint is connected.
Definition at line 58 of file NFCRemoteEndpoint.h.
virtual void on_disconnected | ( | ) | [virtual] |
This method is called when the endpoint is lost (air interface link disconnnected)
Definition at line 63 of file NFCRemoteEndpoint.h.
Generated on Tue Jul 12 2022 13:55:44 by
