Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

GPRSMonitor Class Reference
[QtCellModule]

The GPRSMonitor class keeps track of the state of GPRS accounts. More...

    #include <GPRSMonitor>

Inherits QObject.

Public Functions

Additional Inherited Members


Detailed Description

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 Qt Extended 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 Qt Extended cannot detect EDGE as bearer yet.

The GPRSMonitor is a Qt Extended server task and is automatically started by the server. This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.


Member Function Documentation

GPRSMonitor::GPRSMonitor ( QObject * parent = 0 )

Creates a GPRS monitor whereby parent is the standard Qt parent object.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3