|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuicc.hci.framework.HCIDevice
public final class HCIDevice
This class provides a factory to retrieve objects instances that implement sub
interfaces of HCIService.
| Field Summary | |
|---|---|
static short |
CARD_EMULATION_SERVICE_ID
Identifies the service object for card emulation mode functionality |
static short |
CONNECTIVITY_SERVICE_ID
Identifies the service object for connectivity functionality |
static byte |
FULL_POWER_MODE
UICC is activated in full power mode |
static byte |
LOW_POWER_MODE
UICC is activated in low power mode |
static short |
READER_SERVICE_ID
Identifies the service object for reader mode functionality |
| Method Summary | |
|---|---|
static HCIService |
getHCIService(short serviceID)
This method is used to retrieve an instances that implement one of HCIService subinterfaces defined in this specification. |
static byte |
getPowerMode()
This method returns the current power mode of the UICC as defined in TS 102 613. |
static byte |
isHCIServiceAvailable(short serviceID)
This method is used to retrieve information about the availability of a HCIService more related to user interface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short READER_SERVICE_ID
public static final short CARD_EMULATION_SERVICE_ID
public static final short CONNECTIVITY_SERVICE_ID
public static final byte LOW_POWER_MODE
public static final byte FULL_POWER_MODE
| Method Detail |
|---|
public static HCIService getHCIService(short serviceID)
throws HCIException,
javacard.framework.SystemException
serviceID - shall be one of the constants (*)_SERVICE_ID defined
in this class.
HCIService
HCIException - with reason:
javacard.framework.SystemException - with the following reason code: ILLEGAL_VALUE public static byte getPowerMode()
public static byte isHCIServiceAvailable(short serviceID)
serviceID - shall be one of the constants (*)_SERVICE_ID defined in this class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||