nsIWifiAccessPoint 编辑
netwerk/wifi/nsIWifiAccessPoint.idl
Scriptable This interface provides information about a single access point. 1.0 66 Introduced Gecko 1.9.1 Inherits from: nsISupports
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)Attributes
Attribute | Type | Description |
mac | ACString | The WiFi access point's MAC address. This string is in the format "XX-XX-XX-XX-XX-XX". Read only. |
rawSSID | ACString | The public name of the wireless network, as an ASCII string. This string is null if not available. Read only. Note: This string consists of the bytes as received from the network and may contain nulls and other unprintable characters; if you need to display the SSID, use the ssid attribute instead. |
signal | long | The current signal strength in dBm. Read only. |
ssid | AString | The access point's public wireless network name, as an ASCII string. This string is null if not available. Read only. Note: This is a conversion of the SSID into a "displayable" string. For comparisons, you should instead use therawSSID attribute. |
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论