- 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
or about the availability of a feature of the contacless framework.
- 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.