NetworkManagerDeviceWireless class Null safety
Information for wireless network devices.
Constructors
- NetworkManagerDeviceWireless(NetworkManagerClient _client, _NetworkManagerObject _object)
Properties
-
accessPoints
→ List<
NetworkManagerAccessPoint> -
Access points available on this device.
read-only
- activeAccessPoint → NetworkManagerAccessPoint?
-
Access point currently in use.
read-only
- bitrate → int
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- lastScan → int
-
Last time this device completed a network scan in milliseconds since boot. -1 if has never scanned for access points.
read-only
- mode → NetworkManagerWifiMode
-
Operating mode of the device.
read-only
- permHwAddress → String
-
Permanent hardware address, e.g. '00:0a:95:9d:68:16'.
read-only
-
propertiesChanged
→ Stream<
List< String> > -
Stream of property names as their values change.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
wirelessCapabilities
→ List<
NetworkManagerDeviceWifiCapability> -
Device capabilities.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
requestScan(
{List< List< ? ssids}) → Futureint> > - Request this device to scan for access points.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override