WiFiHunterResultEntry class
Constructors
Properties
- bssid ↔ String
-
BSSID (Basic Service Set Identifier) of the WiFi
getter/setter pair
- capabilities ↔ String
-
Capabilities (supported standards) of the WiFi
getter/setter pair
- channelWidth ↔ int
-
Channel Width (20MHz / 40MHz / 80MHz / ...) of the WiFi
Reference : https://developer.android.com/reference/android/net/wifi/ScanResult#constants_1
getter/setter pair
- frequency ↔ int
-
Frequency (2.4GHz / 5GHz / 6GHz / ...) of the WiFi
Reference : https://developer.android.com/reference/android/net/wifi/ScanResult#constants_1
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- level ↔ int
-
Level (signal strength in dbm) of the WiFi
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssid ↔ String
-
SSID (Wi-Fi Service Set Identifier) of the WiFi
getter/setter pair
- timestamp ↔ int
-
Timestamp of the WiFi scan (in microseconds since boot)
Reference : https://developer.android.com/reference/android/net/wifi/ScanResult#timestamp
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited