Package uicc.hci.services.cardemulation

This package defines the interfaces for the card emulation mode of the HCI protocol.

See:
          Description

Interface Summary
CardEmulationListener The instance of an Applet which implements the interface CardEmulationListener can receive events through the onCallback method of this interface and can process CardEmulationMessage objects passed through the onCallback method of this interface.
CardEmulationMessage The CardEmulationMessage offers specialized methods to generate card emulation commands or events.
CardEmulationService Service that provides Contactless card emulation functionality.
 

Package uicc.hci.services.cardemulation Description

This package defines the interfaces for the card emulation mode of the HCI protocol.

Note: An Applet which did not register a listener for card emulation mode shall be invoked with the process() method from the Applet class from javacard.framework.