Common.Message.ResponseEventError (xmavlink v0.5.0)
View SourceSummary
Types
@type t() :: %Common.Message.ResponseEventError{ reason: Common.Types.mav_event_error_reason(), sequence: XMAVLink.Types.uint16_t(), sequence_oldest_available: XMAVLink.Types.uint16_t(), target_component: XMAVLink.Types.uint8_t(), target_system: XMAVLink.Types.uint8_t() }
Response to a REQUEST_EVENT in case of an error (e.g. the event is not available anymore).