ParamExtAck class

Response from a PARAM_EXT_SET message.

PARAM_EXT_ACK

Implemented types

Constructors

ParamExtAck({required List<char> paramId, required List<char> paramValue, required MavParamExtType paramType, required ParamAck paramResult})
ParamExtAck.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
paramId List<char>
Parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string
final
paramResult ParamAck
Result code.
final
paramType MavParamExtType
Parameter type.
final
paramValue List<char>
Parameter value (new value if PARAM_ACK_ACCEPTED, current value otherwise)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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