net.rim.device.api.system
Class MobitexInfo

java.lang.Object
  extended by net.rim.device.api.system.MobitexInfo

Deprecated. Mobitex is no longer supported.

public final class MobitexInfo
extends Object

Contains Mobitex information.

Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

Nested Class Summary
Category: Signed static class MobitexInfo.MobitexCellInfo
          Deprecated. Mobitex is no longer supported.
 
Method Summary
Category: Signed static MobitexInfo.MobitexCellInfo getCellInfo()
          Deprecated. Retrieves information on the current cell.
Category: Signed static int getESN()
          Deprecated. Retrieves this device's electronic serial number (ESN).
Category: Signed static int getFaultBits()
          Deprecated. Retrieves the fault bits.
Category: Signed static int getPowerSaveMode()
          Deprecated. Retrieves the current power save mode.
Category: Signed static int getRegistrationHostId()
          Deprecated. Retrieves the registration host ID.
Category: Signed static boolean isActive()
          Deprecated. Determines if the radio is active.
Category: Signed static boolean isInLiveState()
          Deprecated. Determines if the radio is in live state.
Category: Signed static boolean isTransmitterEnabled()
          Deprecated. Determines if the transmitter is enabled.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Method Detail

getESN

public static int getESN()
Deprecated. 
Retrieves this device's electronic serial number (ESN).

Returns:
This device's ESN.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

getFaultBits

public static int getFaultBits()
Deprecated. 
Retrieves the fault bits.

Returns:
Integer containing the fault bits.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

isActive

public static boolean isActive()
Deprecated. 
Determines if the radio is active.

An active radio is prepared to receive traffic from the network and normally enters this state when it starts registering with the network. The radio normally does no re-enter inactive state again, except for flow-control purposes (if its receive buffers are full).

Returns:
True if the radio is active; otherwise, false.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

getPowerSaveMode

public static int getPowerSaveMode()
Deprecated. 
Retrieves the current power save mode.

Returns:
Current power save mode.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

isInLiveState

public static boolean isInLiveState()
Deprecated. 
Determines if the radio is in live state.

The network may force a radio into die state, wherein it may not transmit any user data (only system signalling packets are allowed). The die state is preserved across power cycles, and the radio can only re-enter the live state when receiving a LIVE packet from the current network, or switching over to a new network.

Returns:
True if the radio is in live state; false if it is in die state.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

isTransmitterEnabled

public static boolean isTransmitterEnabled()
Deprecated. 
Determines if the transmitter is enabled.

Returns:
True if the transmitter is enabled; otherwise, false.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

getRegistrationHostId

public static int getRegistrationHostId()
Deprecated. 
Retrieves the registration host ID.

Returns:
Registration host ID.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.0

getCellInfo

public static MobitexInfo.MobitexCellInfo getCellInfo()
Deprecated. 
Retrieves information on the current cell.

Returns:
Mobitex cell information object containing information about the current cell.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 4.0.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