ParamExtValue class

Emit the value of a parameter. The inclusion of param_count and param_index in the message allows the recipient to keep track of received parameters and allows them to re-request missing parameters after a loss or timeout.

PARAM_EXT_VALUE

Implemented types

Constructors

ParamExtValue({required uint16_t paramCount, required uint16_t paramIndex, required List<char> paramId, required List<char> paramValue, required MavParamExtType paramType})
ParamExtValue.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
paramCount uint16_t
Total number of parameters
final
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
paramIndex uint16_t
Index of this parameter
final
paramType MavParamExtType
Parameter type.
final
paramValue List<char>
Parameter value
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