| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static HCIService |
HCIDevice.getHCIService(short serviceID)
This method is used to retrieve an instances that implement one of
HCIService
subinterfaces defined in this specification. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CardEmulationService
Service that provides Contactless card emulation functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReaderService
Service which enables Contactless Reader functionality.
|