NetworkManagerDeviceWireless class

Information for wireless network devices.

Constructors

NetworkManagerDeviceWireless(NetworkManagerClient _client, _NetworkManagerObject _object)

Properties

accessPoints List<NetworkManagerAccessPoint>
Access points available on this device.
no setter
activeAccessPoint NetworkManagerAccessPoint?
Access point currently in use.
no setter
bitrate int
no setter
hashCode int
The hash code for this object.
no setteroverride
lastScan int
Last time this device completed a network scan in milliseconds since boot. -1 if has never scanned for access points.
no setter
mode NetworkManagerWifiMode
Operating mode of the device.
no setter
permHwAddress String
Permanent hardware address, e.g. '00:0a:95:9d:68:16'.
no setter
propertiesChanged Stream<List<String>>
Stream of property names as their values change.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wirelessCapabilities List<NetworkManagerDeviceWifiCapability>
Device capabilities.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestScan({List<List<int>>? ssids}) Future
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