|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.rim.device.api.system.GPRSInfo
Contains General Packet Radio Service (GPRS) radio information.
| Inner Class Summary | ||
static class |
GPRSInfo.GPRSCellInfo
Contains General Packet Radio Service (GPRS) cell information. |
|
| Field Summary | ||
static int |
GPRS_STATE_IDLE
Represents the GPRS "idle" radio state. |
|
static int |
GPRS_STATE_READY
Represents the GPRS "ready" radio state. |
|
static int |
GPRS_STATE_STANDBY
Represents the GPRS "standby" radio state. |
|
| Method Summary | ||
static GPRSInfo.GPRSCellInfo |
getCellInfo()
Returns information on the current cell. |
|
static int |
getGPRSState()
Returns the GPRS state. |
|
static byte[] |
getIMEI()
Returns the International Mobile Equipment Identity (IMEI) of the device. |
|
static String |
getRegistrationAddress()
Returns the registration address. |
|
static String |
getZoneName()
Returns the zone name. |
|
static String |
imeiToString(byte[] imei)
Converts the International Mobile Equipment Identity (IMEI) value to a string. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int GPRS_STATE_STANDBY
| Method Detail |
public static byte[] getIMEI()
public static String imeiToString(byte[] imei)
imei - The IMEI value.public static int getGPRSState()
One of GPRS_STATE_IDLE, GPRS_STATE_STANDBY, GPRS_STATE_READY.
public static String getRegistrationAddress()
public static String getZoneName()
public static GPRSInfo.GPRSCellInfo getCellInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.