Search code examples
c++network-programmingsymbian

How to get network type(2G/3G/Wi-Fi) in Symbian C++?


In Symbian C++ application I need to get current network type (2G/3G/Wi-Fi). How can I do it by code?


Solution

  • You can use the RConnectionMonitor API, see here for the sample code, and see here for the available bearer types (TConnMonBearerType)