Hello Friends, Is it possible to check whether phone already connected to Internet using Qt libraries? I am using Mobile Extensions for my project, I am not using QtMobility. Internet connection may be WiFi, GPRS or 3G networks.
Thanks.
Hello Friends, Is it possible to check whether phone already connected to Internet using Qt libraries? I am using Mobile Extensions for my project, I am not using QtMobility. Internet connection may be WiFi, GPRS or 3G networks.
Thanks.
Yes ,You can do that using,
Access Point Manager API
Main class XQAccessPointManager
Main use cases: Listing Internet Access Points (IAPs), setting the used access point, listing available access points, scanning for available WLANs.
See this link :http://wiki.forum.nokia.com/index.php/Mobile_Extensions
Best regards,
Yeah, I know those classes but there's not any specific function. For example, isInternetConnected etc. Program cannot tell using above listed functions that device is connected or not!! Btw, thanks for replying.
Thank you for replying me. But as per description of activeAccessPoints() function, it is giving list of access points in the range of device, it is not giving information that device is already connected!!