- isComplete() - Method in interface uicc.hci.framework.HCIMessage
-
Checks for the completeness of the HCP message, i.e. the last received
HCP packet had the chaining bit CB set to 1.
- isHCIServiceAvailable(short) - Static method in class uicc.hci.framework.HCIDevice
-
This method is used to retrieve information about the availability of a HCIService
more related to user interface
If the Applet instance invoking this method passes CARD_EMULATION_SERVICE_ID as
parameter and the the Communication Interface Access Configuration of this Applet instance does not
allow "Proximity based communication" according to clause 5 of GlobaPlatform Card Specification Amendment [8],
a, the return value shall indicate "access not allowed for Applet".
- isHeading() - Method in interface uicc.hci.framework.HCIMessage
-
Checks if the current content contains the heading part of an HCP message
The heading information indicates the first part of an HCP message; with the
isComplete() method it is possible to check whether the complete HCP message
has already been received.