View Source Common.Message.ParamExtAck (xmavlink_util v0.4.0)

Link to this section Summary

Types

t()

Response from a PARAM_EXT_SET message.

Link to this section Types

@type t() :: %Common.Message.ParamExtAck{
  param_id: [char()],
  param_result: Common.Types.param_ack(),
  param_type: Common.Types.mav_param_ext_type(),
  param_value: [char()]
}

Response from a PARAM_EXT_SET message.