Languages

Menu
Sites
Language
how figure out network type(3G, HSPA, UMTS)

hello, 

 

i'm wondering how could i figure out my device is connected which network , UMTS, 3G, HSPA ...??

i can't find the api for this in the Tizen::Net and Tizen::telephony

is there any one know the way to do this??

 

or is there some key for checking Tizen::System::SystemInfo ???

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
wil smith
Haven't came across such type of APIs but, Netconnection::GetBearerType() could be of your interest.
Steve Wagner

I have been looking around for this too. I need a simple way of asking if there is an available Internet connection. Has anyone been able to locate such a call?

Thanks!

 

Alex Ashirov

Hi,

You can use Tizen::Net::Wifi::WifiManager::GetSystemScanResultN(void)
In order to get list of available WiFi connections.