| Home · All Classes · Grouped Classes · Annotated · Functions |
The GPRSMonitor class keeps track of the state of GPRS accounts. More...
#include <GPRSMonitor>
Inherits QObject.
The GPRSMonitor class keeps track of the state of GPRS accounts.
This task monitors the types of internet connections available to the user. The information is used by the home screen title bar which indicates the GPRS state to the user.
The results are posted into the value space under:
/Network/GPRSEnabled
/Network/GPRSConnected
/Network/EDGEEnabled
/Network/EDGEConnected
/Network/UMTSEnabled
/Network/UMTSConnected
GPRS is considered to be enabled if Qtopia has at least one GPRS account which could be started/is configured. GPRS is connected when the IP connection to the operator network has been established. The EDGE indicator always takes precedence over the GPRS indicator and the UMTS indicator has precedence over GPRS and EDGE. GPRS, EDGE and UMTS are mutually exclusive options.
Note: The EDGE field is not enabled as Qtopia cannot detect EDGE as bearer yet.
The GPRSMonitor is a Qtopia server task and is automatically started by the server. This class is part of the Qtopia server and cannot be used by other Qtopia applications.
Creates a GPRS monitor whereby parent is the standard Qt parent object.
| Copyright © 2008 Trolltech | Trademarks | Qtopia 4.3.2 |