net.rim.device.api.system
Class CDMAInfo.CDMACellInfo

java.lang.Object
  extended by net.rim.device.api.system.CDMAInfo.CDMACellInfo
Enclosing class:
CDMAInfo

public static class CDMAInfo.CDMACellInfo
extends Object

Contains CDMA (Code Division Multiple Access) cell information.

Since:
BlackBerry API 3.6.0

Method Summary
 int getBID()
          Returns the BID.
 int getNID()
          Returns the Network ID (NID).
 int getSID()
          Returns the System ID (SID).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Method Detail

getSID

public int getSID()
Returns the System ID (SID).

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

getNID

public int getNID()
Returns the Network ID (NID).

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

getBID

public int getBID()
Returns the BID.

Returns:
An integer representing the BID.
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