| 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 |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CardEmulationMessage
The CardEmulationMessage offers specialized methods to generate
card emulation commands or events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectivityMessage
The ConnectivityMessage Message tagging interface
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReaderMessage
The ReaderMessage offers specialized methods for generating
Contactless Reader commands or events.
|