Type Alias mavspec::rust::spec::types::MessageId

source ·
pub type MessageId = u32;
Expand description

MAVLink message ID regardless of protocol.

  • For MAVLink 1 message ID is a 8-bit unsigned integer.
  • For MAVLink 2 message ID is a 24-bit unsigned integer.