pub type SetupSigning = SetupSigning;Expand description
Originally defined in common::messages::setup_signing.
Aliased Type§
pub struct SetupSigning {
pub target_system: u8,
pub target_component: u8,
pub secret_key: [u8; 32],
pub initial_timestamp: u64,
}Fields§
§target_system: u8MAVLink field target_system.
system id of the target
target_component: u8MAVLink field target_component.
component ID of the target
secret_key: [u8; 32]MAVLink field secret_key.
signing key
initial_timestamp: u64MAVLink field initial_timestamp.
initial timestamp