- HCI_ACCESS_NOT_GRANTED - Static variable in exception uicc.hci.framework.HCIException
-
The Applet is not granted access to this HCI resource
- HCI_CONDITIONS_NOT_SATISFIED - Static variable in exception uicc.hci.framework.HCIException
-
Indicates that the conditions to register a specific event or to call a specific method are not fulfilled
- HCI_CURRENTLY_DISABLED - Static variable in exception uicc.hci.framework.HCIException
-
The interface to the contactless frontend (CLF) is currently disabled
- HCI_FRAGMENTED_MESSAGE_ONGOING - Static variable in exception uicc.hci.framework.HCIException
-
Indicates that an attempt is made to send an HCIMessage to the CLF while
receiving a fragmented HCIMessage is still ongoing
- HCI_INVALID_LENGTH - Static variable in exception uicc.hci.framework.HCIException
-
Indicates that a parameter has not the correct length
- HCI_LISTENER_ALREADY_REGISTERED - Static variable in exception uicc.hci.framework.HCIException
-
Indicates that an Applet instance has already registered a Listener of this type
- HCI_NOT_AVAILABLE - Static variable in exception uicc.hci.framework.HCIException
-
The HCI protocol is not available.
- HCI_RESOURCES_NOT_AVAILABLE - Static variable in exception uicc.hci.framework.HCIException
-
Indicates that the contactless framework has not enough resources to fulfill
the command
- HCI_SERVICE_NOT_AVAILABLE - Static variable in exception uicc.hci.framework.HCIException
-
The requested Service (CardEmulation, ReaderMode, Connectivity) is not avilable
- HCI_WRONG_EVENT_TYPE - Static variable in exception uicc.hci.framework.HCIException
-
Indicates that a wrong event type is activated for this Service
- HCI_WRONG_LISTENER_TYPE - Static variable in exception uicc.hci.framework.HCIException
-
Indicates that a wrong Listener type is registered to a Service
- HCI_WRONG_PARAMETER_VALUE - Static variable in exception uicc.hci.framework.HCIException
-
Indicates a wrong parameter value
- HCIDevice - Class in uicc.hci.framework
-
This class provides a factory to retrieve objects instances that implement sub
interfaces of HCIService and a method to check it certain features
are supported by the UICC or the terminal.
- HCIException - Exception in uicc.hci.framework
-
The HCIException class encapsulates specific exceptions allows
the classes of this package to throw specific exceptions in case of problems.
- HCIException(short) - Constructor for exception uicc.hci.framework.HCIException
-
Constructs a HCIException with the specified reason.
- HCIListener - Interface in uicc.hci.framework
-
The base interface for all types of HCI listeners.
- HCIMessage - Interface in uicc.hci.framework
-
An instance of HCIMessage is used to get access to the content of a received
HCP message.
- HCIService - Interface in uicc.hci.framework
-
This interface is the base interface for any HCI service.