Skip to main content

GoproSetRequest

Type Alias GoproSetRequest 

Source
pub type GoproSetRequest = GoproSetRequest;
Expand description

Aliased Type§

pub struct GoproSetRequest {
    pub target_system: u8,
    pub target_component: u8,
    pub cmd_id: GoproCommand,
    pub value: [u8; 4],
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID.

§target_component: u8

MAVLink field target_component.

Component ID.

§cmd_id: GoproCommand

MAVLink field cmd_id.

Command ID.

§value: [u8; 4]

MAVLink field value.

Value.