Type Alias mavio::protocol::MessageId

source ·
pub type MessageId = u32;
Expand description

mavspec 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.