net.rim.device.api.system
Class GPRSInfo.GPRSCellInfo

java.lang.Object
  |
  +--net.rim.device.api.system.GPRSInfo.GPRSCellInfo
Enclosing class:
GPRSInfo

public static class GPRSInfo.GPRSCellInfo
extends Object

Contains General Packet Radio Service (GPRS) cell information.

Since:
JDE 3.6

Method Summary
 int getARFCN()
          Returns the Absolute Radio Frequency Channel Number (ARFCN).
 int getBSIC()
          Returns the Base Station Identity Code (BSIC).
 int getCellId()
          Returns the current cell ID.
 int getLAC()
          Returns the Location Area Code.
 int getRAC()
          Returns the Routing Area Code (RAC).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCellId

public int getCellId()
Returns the current cell ID.

Returns:
An integer representing the cell ID.

getLAC

public int getLAC()
Returns the Location Area Code. (LAC)

Returns:
An integer representing the area code.

getRAC

public int getRAC()
Returns the Routing Area Code (RAC).

Returns:
An integer representing the routing area code.

getARFCN

public int getARFCN()
Returns the Absolute Radio Frequency Channel Number (ARFCN).

Returns:
An integer representing the ARFCN.

getBSIC

public int getBSIC()
Returns the Base Station Identity Code (BSIC).

Returns:
An integer representing the BSIC.


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.