Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The NetworkSetupService class provides network configuration services. More...
#include <NetworkSetupService>
Inherits QtopiaAbstractService.
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();
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().
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.
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).
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)
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 |