Type Alias AuthKey

Source
pub type AuthKey = AuthKey;
Expand description

Originally defined in common::messages::auth_key.

Aliased Type§

struct AuthKey {
    pub key: [u8; 32],
}

Fields§

§key: [u8; 32]

MAVLink field key.

key