public interface ConnectivityListener extends HCIListener
ConnectivityListener
can receive events through the onCallback method of this interface and can process
ConnectivityMessage objects passed through the onCallback method of this interface.
The Contactless Framework shall invoke the method ConnectivityListener.onCallback only with
events which are defined in ConnectivityListener or HCIListener
and only with ConnectivityMessage objects.
The Applet instance must activate the events with ConnectivityService.activateEvent
before it will receive any event notification.ConnectivityService,
ConnectivityMessage| Modifier and Type | Field and Description |
|---|---|
static byte |
EVENT_STAND_BY
This value is used to notify the Applet when the HCI event
EVT_STAND_BY is received.
|
EVENT_HCI_RECEPTION_FAILED, EVENT_HCI_TRANSMISSION_FAILEDonCallbackstatic final byte EVENT_STAND_BY