WifiInfo class

Model to store Scanned WifiInfo

Constructors

WifiInfo.new(String? authAlgorithm, String? bssNetworkType, bool? connectable, String? defaultCipherAlgorithm, String? flags, int? numberOfBssid, int? numberOfPhyTypesSupported, String? profileName, int? rssi, String? ssid, bool? securityEnabled, int? signalQuality)
Returns a new Instance WifiInfo

Properties

authAlgorithm String?
final
bssNetworkType String?
final
connectable bool?
final
defaultCipherAlgorithm String?
final
flags String?
final
hashCode int
The hash code for this object.
no setterinherited
numberOfBssid int?
numberOfBssid present int the Scanned Network
final
numberOfPhyTypesSupported int?
numberOfPhyTypes Supported by the Scanned Network
final
profileName String?
Profile name of the Scanned Network
final
rssi int?
RSSI value of the Scanned Network
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityEnabled bool?
true if security is enabled
final
signalQuality int?
Ranges from 0 to 100
final
ssid String?
SSID of the Scanned Network
final

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