Common.Message.ParamExtRequestRead (xmavlink v0.5.0)
View SourceSummary
Types
@type t() :: %Common.Message.ParamExtRequestRead{ param_id: [char()], param_index: XMAVLink.Types.int16_t(), target_component: XMAVLink.Types.uint8_t(), target_system: XMAVLink.Types.uint8_t() }
Request to read the value of a parameter with either the param_id string id or param_index. PARAM_EXT_VALUE should be emitted in response.