1
在Symbian C++應用程序中,我需要獲取當前的網絡類型(2G/3G/Wi-Fi)。我怎樣才能通過代碼做到這一點?如何在Symbian C++中獲取網絡類型(2G/3G/Wi-Fi)?
在Symbian C++應用程序中,我需要獲取當前的網絡類型(2G/3G/Wi-Fi)。我怎樣才能通過代碼做到這一點?如何在Symbian C++中獲取網絡類型(2G/3G/Wi-Fi)?
您可以使用RConnectionMonitor API see here for the sample code和see here for the available bearer types (TConnMonBearerType)