WiFiAccessPoint class abstract

Constructors

WiFiAccessPoint([void updates(WiFiAccessPointBuilder b)])
factory

Properties

age int?
The number of milliseconds since this access point was detected.
no setter
channel int?
The channel over which the client is communication with the access point.
no setter
hashCode int
The hash code for this object.
no setterinherited
macAddress String?
The MAC address of the WiFi node. It's typically called a BSS, BSSID or MAC address. Separators must be : (colon).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signalStrength int?
The current signal strength measured in dBm.
no setter
signalToNoiseRatio int?
The current signal to noise ratio measured in dB.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(WiFiAccessPointBuilder)) WiFiAccessPoint
Rebuilds the instance.
inherited
toBuilder() WiFiAccessPointBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<WiFiAccessPoint>
no setter