CubepilotFirmwareUpdateResp

Type Alias CubepilotFirmwareUpdateResp 

Source
pub type CubepilotFirmwareUpdateResp = CubepilotFirmwareUpdateResp;
Expand description

Aliased Type§

pub struct CubepilotFirmwareUpdateResp {
    pub target_system: u8,
    pub target_component: u8,
    pub offset: u32,
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID.

§target_component: u8

MAVLink field target_component.

Component ID.

§offset: u32

MAVLink field offset.

FW Offset.