How can I check network type in java?(using IP address) -
help me please. found in android. => connectivitymanager not anwser t.t
how can check network type(wifi or 3g in java?(using ip address)?
it depends on plataform, in nokia can try this:
string value = system.getproperty("com.nokia.network.access");
the possible return values are:
• pd - packet data in gsm network • pd.edge - packet data in edge network • pd.3g - packet data in 3g network • pd.hsdpa - high speed downlink packet access 3g networks • csd - circuit switched data, example gsm csd/hscsd data call • bt_pan - bluetooth pan network • wlan - wireless network, example 802.11b, 802.11g or wimax • ‘na’ not applicable, implementation can’t determine type
source: http://developer.nokia.com/community/wiki/tsj000306_-_midp:_system_properties
Comments
Post a Comment