WifiCommand class

Constructors

WifiCommand(CameraCommand _command)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wifiList List<WiFiInfo>
getter/setter pair

Methods

configWiFi(WiFiInfo info, String password, {int timeout = 5, String area = ""}) Future<bool>
获取设备WIFI
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wifiScan({bool cache = true, int timeout = 5}) Future<List<WiFiInfo>>

Operators

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