qtnetwork-programmingsymbianqt-mobility

How to change network mode programmatically in Qt


I'm creating an application with Qt for the Symbian platform.

There is a signal in QSystemNetworkInfo that notifies when the network mode has been changed.

Is there any way to programmatically change the network mode?

Best regards


Solution

  • I don't think it is possible to change the mode programmatically, because it is specified by the network you're operating in.

    If you're operating in a wireless local area network, exactly that will be the network mode. May I ask why you would change the network mode explicitly?