WifiConfigAp class

Configure WiFi AP SSID, password, and mode. This message is re-emitted as an acknowledgement by the AP. The message may also be explicitly requested using MAV_CMD_REQUEST_MESSAGE

WIFI_CONFIG_AP

Implemented types

Constructors

WifiConfigAp({required List<char> ssid, required List<char> password, required WifiConfigApMode mode, required WifiConfigApResponse response})
WifiConfigAp.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
mode WifiConfigApMode
WiFi Mode.
final
password List<char>
Password. Blank for an open AP. MD5 hash when message is sent back as a response.
final
response WifiConfigApResponse
Message acceptance response (sent back to GS).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssid List<char>
Name of Wi-Fi network (SSID). Blank to leave it unchanged when setting. Current SSID when sent back as a response.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() ByteData
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

mavlinkEncodedLength → const int