Enum MavlinkAckKind
What an incoming acknowledgement means for the command in flight.
public enum MavlinkAckKind : uint
Fields
Final = 3The command finished with a
MAV_RESULT.InProgress = 2The command is still running; keep waiting.
The acknowledgement was for a different command; keep waiting.