Uses of Interface
uicc.hci.framework.HCIService

Packages that use HCIService
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.cltobserver   
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 HCIService in uicc.hci.framework
 

Methods in uicc.hci.framework that return HCIService
static HCIService HCIDevice.getHCIService(short serviceID)
          This method is used to retrieve an instances that implement one of HCIService subinterfaces defined in this specification.
 

Uses of HCIService in uicc.hci.services.cardemulation
 

Subinterfaces of HCIService in uicc.hci.services.cardemulation
 interface CardEmulationService
          Service that provides Contactless card emulation functionality.
 

Uses of HCIService in uicc.hci.services.cltobserver
 

Subinterfaces of HCIService in uicc.hci.services.cltobserver
 interface CLTObserverService
          Service that allows to monitor CLT mode transactions.
 

Uses of HCIService in uicc.hci.services.connectivity
 

Subinterfaces of HCIService in uicc.hci.services.connectivity
 interface ConnectivityService
          The connectivity services defines: a mechanism that allows a UICC to start a proactive session as defined in TS 102 223, a mechanism to launch an application on the terminal host that is related to the Applet running in the UICC.
 

Uses of HCIService in uicc.hci.services.readermode
 

Subinterfaces of HCIService in uicc.hci.services.readermode
 interface ReaderService
          Service which enables Contactless Reader functionality.