|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.system.CDMAInfo
public final class CDMAInfo
Contains CDMA (Code Division Multiple Access) radio information.
CDMAInfo.CDMACellInfo
Nested Class Summary | ||
---|---|---|
static class |
CDMAInfo.CDMACellInfo
Contains CDMA (Code Division Multiple Access) cell information. |
Field Summary | ||
---|---|---|
static int |
CAPABILITY_GPS
Indicates if the BlackBerry device radio is GPS enabled. |
|
static int |
CAPABILITY_MIP
Indicates if the BlackBerry device radio is MIP enabled. |
|
static int |
CAPABILITY_SIP
Indicates if the BlackBerry device radio is SIP enabled. |
|
static int |
CAPABILITY_SMS
Indicates if the BlackBerry device radio is SMS enabled. |
|
static int |
CAPABILITY_VOICE
Indicates if the BlackBerry device radio is voice enabled. |
Method Summary | ||
---|---|---|
static int |
getBandClass()
Returns the band class. |
|
static int |
getCapabilities()
Returns the radio capabilities. |
|
static CDMAInfo.CDMACellInfo |
getCellInfo()
Returns information on the current cell. |
|
static int |
getChannelNumber()
Returns the channel number of the acquired system. |
|
static int |
getCurrentSID()
Returns the current SID. |
|
static String |
getDecimalMEID()
If the device software supports MEID, return the decimal MEID. |
|
static int |
getESN()
Returns the electronic serial number (ESN) of the device. |
|
static int |
getFirmwareVersion()
Returns the firmware version reported OTA. |
|
static int |
getHardwareVersion()
Returns the hardware version reported OTA. |
|
static String |
getHexMEID()
If the device software supports MEID, return the hex MEID. |
|
static int |
getHomeSID()
Returns the home SID. |
|
static short[] |
getHomeSystemNIDs()
Returns the home system NIDs. |
|
static short[] |
getHomeSystemSIDs()
Returns the home system SIDs. |
|
static byte[] |
getIMSI()
Returns the International Mobile Station Identity (IMSI) Definition. |
|
static int |
getModelNumber()
Returns the mobile model number reported OTA. |
|
static String |
getNAI(int profileIndex)
Retrieves CDMA Network Address Identifier (NAI) for given Mobile IP profile. |
|
static int |
getNVVersion()
Returns the NV data version. |
|
static int |
getPRLVersion()
Returns the preferred roaming list version. |
|
static String |
getRegistrationAddress()
Deprecated. This function always returns null. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CAPABILITY_VOICE
public static final int CAPABILITY_SMS
public static final int CAPABILITY_SIP
public static final int CAPABILITY_MIP
public static final int CAPABILITY_GPS
Method Detail |
---|
public static int getESN()
Every CDMA device must have a unique ESN.
public static String getDecimalMEID()
public static String getHexMEID()
public static String getRegistrationAddress()
public static byte[] getIMSI()
The IMSI uniquely identifies personal mobile stations.
public static int getHardwareVersion()
public static int getFirmwareVersion()
public static int getPRLVersion()
public static int getCurrentSID()
public static int getHomeSID()
public static int getCapabilities()
public static int getChannelNumber()
public static int getBandClass()
public static int getModelNumber()
public static int getNVVersion()
public static short[] getHomeSystemSIDs()
public static short[] getHomeSystemNIDs()
public static CDMAInfo.CDMACellInfo getCellInfo()
public static String getNAI(int profileIndex)
profileIndex
- MIP profile index. MIP profile index value is zero for most of the carriers but it may be different for certain carriers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal