NetworkManagerAccessPoint class Null safety
WiFi access point.
Constructors
- NetworkManagerAccessPoint(_NetworkManagerObject _object)
Properties
-
flags
→ List<
NetworkManagerWifiAccessPointFlag> -
Capabilities of this access point.
read-only
- frequency → int
-
Radio frequency of this access point in MHz.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- hwAddress → String
-
The hardware address (BSSID) of this access point.
read-only
- lastSeen → int
-
Last time this access point was seen in a scan in seconds since boot.
read-only
- maxBitrate → int
-
Maximum bitrate this access point is capable of in kilobits/second.
read-only
- mode → NetworkManagerWifiMode
-
Mode this access point is operating in.
read-only
-
propertiesChanged
→ Stream<
List< String> > -
Stream of property names as their values change.
read-only
-
rsnFlags
→ List<
NetworkManagerWifiAccessPointSecurityFlag> -
RSN security capabilities of this access point.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
ssid
→ List<
int> -
SSID advertised by the access point.
Note this is in binary form, but is likely to contain a text string.
read-only
- strength → int
-
Signal quality of access point in percent.
read-only
-
wpaFlags
→ List<
NetworkManagerWifiAccessPointSecurityFlag> -
WPA security capabilities of this access point.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override