Common.Message.ParamExtRequestRead (xmavlink_util v0.4.3)

View Source

Summary

Types

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.

Types

t()

@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.