net.rim.device.api.system
Class IDENInfo.IDENCellInfo

java.lang.Object
  extended by net.rim.device.api.system.IDENInfo.IDENCellInfo
Enclosing class:
IDENInfo

public static class IDENInfo.IDENCellInfo
extends Object

Contains IDEN cell information.

Since:
BlackBerry API 3.6.0

Method Summary
 int getCellId()
          Returns the Cell Id.
 int getLLAId()
          Returns the LLA Id.
 int getMCC()
          Returns the Mobile Country Code (MCC).
 int getNDC()
          Returns the National Describer Code (NDC).
 int getSAId()
          Returns the SA Id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Method Detail

getMCC

public int getMCC()
Returns the Mobile Country Code (MCC).

Returns:
An integer representing the MCC.
Since:
BlackBerry API 3.6.0

getNDC

public int getNDC()
Returns the National Describer Code (NDC).

Returns:
An integer representing the NDC.
Since:
BlackBerry API 3.6.0

getLLAId

public int getLLAId()
Returns the LLA Id.

Returns:
An integer representing the LLA Id.
Throws:
ControlledAccessException - if the calling process does not have the necessary privileges
Since:
BlackBerry API 3.6.0

getCellId

public int getCellId()
Returns the Cell Id.

Returns:
An integer representing the cell id.
Throws:
ControlledAccessException - if the calling process does not have the necessary privileges
Since:
BlackBerry API 3.6.0

getSAId

public int getSAId()
Returns the SA Id.

Returns:
An integer representing the SA Id.
Throws:
ControlledAccessException - if the calling process does not have the necessary privileges
Since:
BlackBerry API 3.6.0





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