public class YWlanRecord extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
_channel |
protected int |
_rssi |
protected String |
_sec |
protected String |
_ssid |
Modifier and Type | Method and Description |
---|---|
int |
get_channel()
Returns the 802.11 b/g/n channel number used by this network.
|
int |
get_linkQuality()
Returns the quality of the wireless network link, in per cents.
|
String |
get_security()
Returns the security algorithm used by the wireless network.
|
String |
get_ssid()
Returns the name of the wireless network (SSID).
|
protected String _ssid
protected int _channel
protected String _sec
protected int _rssi
public String get_ssid()
public int get_channel()
public String get_security()
public int get_linkQuality()
Copyright © 2021. All rights reserved.