SecureCommand

Type Alias SecureCommand 

Source
pub type SecureCommand = SecureCommand;
Expand description

Aliased Type§

pub struct SecureCommand {
    pub target_system: u8,
    pub target_component: u8,
    pub sequence: u32,
    pub operation: SecureCommandOp,
    pub data_length: u8,
    pub sig_length: u8,
    pub data: [u8; 220],
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID.

§target_component: u8

MAVLink field target_component.

Component ID.

§sequence: u32

MAVLink field sequence.

Sequence ID for tagging reply.

§operation: SecureCommandOp

MAVLink field operation.

Operation being requested.

§data_length: u8

MAVLink field data_length.

Data length.

§sig_length: u8

MAVLink field sig_length.

Signature length.

§data: [u8; 220]

MAVLink field data.

Signed data.