- READER_SERVICE_ID - Static variable in class uicc.hci.framework.HCIDevice
-
Identifies the service object for reader mode functionality
- ReaderListener - Interface in uicc.hci.services.readermode
-
The instance of an Applet which implements the interface ReaderListener
can receive events through the onCallback method of this interface and can process
ReaderMessage objects passed through the onCallback method of this interface.
- ReaderMessage - Interface in uicc.hci.services.readermode
-
The ReaderMessage offers specialized methods for generating
Contactless Reader commands or events.
- ReaderService - Interface in uicc.hci.services.readermode
-
Service which enables Contactless Reader functionality.
- register(HCIListener) - Method in interface uicc.hci.framework.HCIService
-
This method registers a Listener object to the Service instance
- requestCallbackNotification(byte) - Method in interface uicc.hci.framework.HCIService
-
This method shall not be used.
- RESP_ANY_E_CMD_NOT_SUPPORTED - Static variable in interface uicc.hci.framework.HCIMessage
-
the command is not supported by the gate
- RESP_ANY_E_INHIBITED - Static variable in interface uicc.hci.framework.HCIMessage
-
command is inhibited due to failure of lower layer identity check
- RESP_ANY_E_NOK - Static variable in interface uicc.hci.framework.HCIMessage
-
command was rejected and/or not completed
- RESP_ANY_E_NOT_CONNECTED - Static variable in interface uicc.hci.framework.HCIMessage
-
the destination host is not connected
- RESP_ANY_E_PIPE_NOT_OPENED - Static variable in interface uicc.hci.framework.HCIMessage
-
The pipe is not open
- RESP_ANY_E_REG_ACCESS_DENIED - Static variable in interface uicc.hci.framework.HCIMessage
-
permission denied to write/read a value to/from a registry
- RESP_ANY_E_REG_PAR_UNKNOWN - Static variable in interface uicc.hci.framework.HCIMessage
-
the registry parameter identifier is either unknown to the registry or an optional registry parameter is not implemented
- RESP_ANY_E_TIMEOUT - Static variable in interface uicc.hci.services.readermode.ReaderMessage
-
An Applet level time-out occurred.
- RESP_ANY_OK - Static variable in interface uicc.hci.framework.HCIMessage
-
command completed successfully (with optional parameters)
- RESP_WR_RF_ERROR - Static variable in interface uicc.hci.services.readermode.ReaderMessage
-
The target has returned an RF error.
- restartReaderModeProcedure() - Method in interface uicc.hci.services.readermode.ReaderMessage
-
This method sends first the HCI event EVT_END_OPERATION and then the
HCI event EVT_READER_REQUESTED.