Common.Message.ParamExtAck (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Response from a PARAM_EXT_SET message.

Types

t()

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