当前位置: 代码迷 >> 综合 >> http://docs.blackberry.com/en/developers/deliverables/9137/Check_if_the_WiFi_tra
  详细解决方案

http://docs.blackberry.com/en/developers/deliverables/9137/Check_if_the_WiFi_tra

热度:15   发布时间:2023-12-09 07:04:28.0

 

Import the net.rim.device.api.system.WLANInfo  class.

 

if (WLANInfo.getWLANState() == WLANInfo.WLAN_STATE_CONNECTED) {…}
需要jde4.3及以上

 

  相关解决方案