Common.Message.ResponseEventError (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Response to a REQUEST_EVENT in case of an error (e.g. the event is not available anymore).

Types

t()

@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).