pub type OsdParamConfigReply = OsdParamConfigReply;Expand description
Originally defined in ardupilotmega::messages::osd_param_config_reply.
Aliased Type§
pub struct OsdParamConfigReply {
pub request_id: u32,
pub result: OsdParamConfigError,
}Fields§
§request_id: u32MAVLink field request_id.
Request ID - copied from request.
result: OsdParamConfigErrorMAVLink field result.
Config error type.