|
||||||||||
| 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 instances of HCIService subclasses.
| 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 |
| Constructor Summary | |
|---|---|
private |
HCIDevice()
private constructor |
| Method Summary | |
|---|---|
static HCIService |
getHCIService(short serviceID)
This method is used to retrieve instances of HCIService subclasses. |
static byte |
getPowerMode()
This method returns the current power mode of the UICC as defined in TS 102 622. |
| 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
| Constructor Detail |
|---|
private HCIDevice()
| Method Detail |
|---|
public static HCIService getHCIService(short serviceID)
throws HCIException
serviceID - shall be one of the constants (*)_SERVICE_ID defined
in this class.
HCIException - with reason (editor's note: TBD: has yet do be defined):
public static byte getPowerMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||