Common.Message.RequestEvent (xmavlink v0.5.0)
View SourceSummary
Types
@type t() :: %Common.Message.RequestEvent{ first_sequence: XMAVLink.Types.uint16_t(), last_sequence: XMAVLink.Types.uint16_t(), target_component: XMAVLink.Types.uint8_t(), target_system: XMAVLink.Types.uint8_t() }
Request one or more events to be (re-)sent. If first_sequence==last_sequence, only a single event is requested. Note that first_sequence can be larger than last_sequence (because the sequence number can wrap). Each sequence will trigger an EVENT or EVENT_ERROR response.