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

NetworkSetupService Class Reference
[QtConnectivityModule]

The NetworkSetupService class provides network configuration services. More...

    #include <NetworkSetupService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The NetworkSetupService class provides network configuration services.

The NetworkSetup service allows applications to configure various details of the network.

Client applications can request the NetworkSetupService with the following code:

    QtopiaServiceRequest req( "NetworkSetupService", "configureData()" );
    req.send();

Member Function Documentation

void NetworkSetupService::configureData ()   [slot]

Instructs the NetworkSetupService to display a dialog to allow the user to edit the current network interfaces.

This slot corresponds to the QCop service message NetworkSetupService::configureData().

void NetworkSetupService::configureWap ()   [slot]

Instructs the NetworkSetupService to display a dialog to allow the user to edit the current WAP settings.

This slot corresponds to the QCop service message NetworkSetupService::configureWap().

Note: This functionality is only available when Qt Extended is configured to use a modem or modem equivalent that could connect to WAP.

void NetworkSetupService::pushLanNetworkSettings ( const QDSActionRequest & request )   [slot]

This function provides LAN network configuration support. request contains the new network settings to be used. The payload is defined by the QDS NetworkSetup service (QPEDIR/etc/qds/NetworkSetup).

void NetworkSetupService::pushNokiaNetworkSettings ( const QDSActionRequest & request )   [slot]

This function provides OTA network configuration support according to Nokia's Over the Air Settings Specification 7.0. request contains the new OTA settings to be used. The payload is defined by the QDS NetworkSetup service (QPEDIR/etc/qds/NetworkSetup)

void NetworkSetupService::pushWapNetworkSettings ( const QDSActionRequest & request )   [slot]

This function provides OTA network configuration support according to WAP/OMA standards. request contains the new OTA settings to be used. The payload is defined by the QDS NetworkSetup service (QPEDIR/etc/qds/NetworkSetup)


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3