OsdParamShowConfigReply class

Read configured OSD parameter reply.

OSD_PARAM_SHOW_CONFIG_REPLY

Implemented types

Constructors

OsdParamShowConfigReply({required uint32_t requestId, required float minValue, required float maxValue, required float increment, required OsdParamConfigError result, required List<char> paramId, required OsdParamConfigType configType})
OsdParamShowConfigReply.parse(ByteData data_)
factory

Properties

configType OsdParamConfigType
Config type.
final
hashCode int
The hash code for this object.
no setterinherited
increment float
OSD parameter increment.
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
maxValue float
OSD parameter maximum value.
final
minValue float
OSD parameter minimum value.
final
paramId List<char>
Onboard 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
requestId uint32_t
Request ID - copied from request.
final
result OsdParamConfigError
Config error type.
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