Mbed OS Reference
Loading...
Searching...
No Matches
NFCRemoteEndpoint::Delegate Struct Reference

The NFCRemoteEndpoint base delegate. More...

#include <NFCRemoteEndpoint.h>

Inheritance diagram for NFCRemoteEndpoint::Delegate:
NFCRemoteInitiator::Delegate

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...
 

Detailed Description

The NFCRemoteEndpoint base delegate.

Definition at line 55 of file NFCRemoteEndpoint.h.

Member Function Documentation

◆ on_connected()

virtual void on_connected ( )
virtual

This method is called when the endpoint is connected.

Definition at line 59 of file NFCRemoteEndpoint.h.

◆ on_disconnected()

virtual void on_disconnected ( )
virtual

This method is called when the endpoint is lost (air interface link disconnnected)

Definition at line 64 of file NFCRemoteEndpoint.h.