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.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 instances of HCIService subclasses.
 

Uses of HCIService in uicc.hci.services.cardemulation
 

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

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 in the terminal host that is related to the application running in the UICC,
 

Uses of HCIService in uicc.hci.services.readermode
 

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