NetworkManagerAccessPoint class

WiFi access point.

Constructors

NetworkManagerAccessPoint(_NetworkManagerObject _object)

Properties

flags List<NetworkManagerWifiAccessPointFlag>
Capabilities of this access point.
no setter
frequency int
Radio frequency of this access point in MHz.
no setter
hashCode int
The hash code for this object.
no setteroverride
hwAddress String
The hardware address (BSSID) of this access point.
no setter
lastSeen int
Last time this access point was seen in a scan in seconds since boot.
no setter
maxBitrate int
Maximum bitrate this access point is capable of in kilobits/second.
no setter
mode NetworkManagerWifiMode
Mode this access point is operating in.
no setter
propertiesChanged Stream<List<String>>
Stream of property names as their values change.
no setter
rsnFlags List<NetworkManagerWifiAccessPointSecurityFlag>
RSN security capabilities of this access point.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid List<int>
SSID advertised by the access point. Note this is in binary form, but is likely to contain a text string.
no setter
strength int
Signal quality of access point in percent.
no setter
wpaFlags List<NetworkManagerWifiAccessPointSecurityFlag>
WPA security capabilities of this access point.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override