pub type RequestEvent = RequestEvent;Expand description
Originally defined in common::messages::request_event.
Aliased Type§
pub struct RequestEvent {
pub target_system: u8,
pub target_component: u8,
pub first_sequence: u16,
pub last_sequence: u16,
}Fields§
§target_system: u8MAVLink field target_system.
System ID
target_component: u8MAVLink field target_component.
Component ID
first_sequence: u16MAVLink field first_sequence.
First sequence number of the requested event.
last_sequence: u16MAVLink field last_sequence.
Last sequence number of the requested event.