Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

NFCRemoteEndpoint::Delegate Struct Reference

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.