Uses of Interface
uicc.hci.framework.HCIMessage

Packages that use HCIMessage
uicc.hci.framework This package defines the basic interfaces for the HCI protocol. 
uicc.hci.services.cardemulation This package defines the interfaces for the card emulation mode of the HCI protocol. 
uicc.hci.services.connectivity This package defines the interfaces for the functionality of the connectivity gate defined in the HCI protocol. 
uicc.hci.services.readermode This package defines the interfaces for the reader emulation mode of the HCI protocol. 
 

Uses of HCIMessage in uicc.hci.framework
 

Methods in uicc.hci.framework with parameters of type HCIMessage
 void HCIListener.onCallback(byte event, HCIMessage message)
          This method is called by the HCI framework to inform the Listener Object about a specific event and pass the corresponding HCIMessage to the Listener Object.
 

Uses of HCIMessage in uicc.hci.services.cardemulation
 

Subinterfaces of HCIMessage in uicc.hci.services.cardemulation
 interface CardEmulationMessage
          The CardEmulationMessage offers specialized methods to generate card emulation commands or events.
 

Uses of HCIMessage in uicc.hci.services.connectivity
 

Subinterfaces of HCIMessage in uicc.hci.services.connectivity
 interface ConnectivityMessage
          The ConnectivityMessage Message tagging interface
 

Uses of HCIMessage in uicc.hci.services.readermode
 

Subinterfaces of HCIMessage in uicc.hci.services.readermode
 interface ReaderMessage
          The ReaderMessage offers specialized methods for generating Contactless Reader commands or events.