- getCardRFType() - Method in interface uicc.hci.services.cardemulation.CardEmulationService
-
Gives the card RF type on which the service is connected.
- getEventNotificationStatus(byte) - Method in interface uicc.hci.framework.HCIService
-
return the activation state of an event.
- getHCIService(short) - Static method in class uicc.hci.framework.HCIDevice
-
This method is used to retrieve an instances that implement one of HCIService
subinterfaces defined in this specification.
- getInstruction() - Method in interface uicc.hci.framework.HCIMessage
-
Returns the instruction part of the HCP message header of the current
incoming HCP message, see TS 102 622 for further information.
- getPowerMode() - Static method in class uicc.hci.framework.HCIDevice
-
This method returns the current power mode of the UICC as defined in TS 102 613.
- getReaderRFType() - Method in interface uicc.hci.services.readermode.ReaderService
-
This method returns the RF technology which the card is using,
that was discovered by the CLF.
- getReceiveBuffer() - Method in interface uicc.hci.framework.HCIMessage
-
Return a reference to the underlying receive buffer.
- getReceiveLength() - Method in interface uicc.hci.framework.HCIMessage
-
This method returns the length of the data part of the received HCP message.
- getReceiveOffset() - Method in interface uicc.hci.framework.HCIMessage
-
This method returns the offset of the data part of the received HCP message in the receive buffer.
- getType() - Method in interface uicc.hci.framework.HCIMessage
-
Returns the type of the incoming HCI message
In the case of a fragmented incoming message this method shall return
the HCI message type coded in the first part of the HCI message.