Common.Message.MissionRequestInt (xmavlink v0.12.2)

Copy Markdown View Source

Summary

Types

t()

Request the information of the mission item with the sequence number seq. The response of the system to this message should be a MISSION_ITEM_INT message. https://mavlink.io/en/services/mission.html

Types

t()

@type t() :: %Common.Message.MissionRequestInt{
  mission_type: Common.Types.mav_mission_type(),
  seq: XMAVLink.Types.uint16_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}

Request the information of the mission item with the sequence number seq. The response of the system to this message should be a MISSION_ITEM_INT message. https://mavlink.io/en/services/mission.html