View Source APM.Message.MissionRequestInt (xmavlink_util v0.1.0)

Link to this section 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

Link to this section Types

@type t() :: %APM.Message.MissionRequestInt{
  mission_type: APM.Types.mav_mission_type(),
  seq: MAVLink.Types.uint16_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.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