DelayCommand

public final class DelayCommand : MavlinkStandard.MavlinkCommand

MAVLink command which allows to delay the next MAVLink command execution.

  • Delay, in seconds.

    Declaration

    Swift

    public var delay: Double { get }
  • Constructor.

    Declaration

    Swift

    public init(delay: Double, frame: Frame = .command)

    Parameters

    delay

    delay, in seconds (decimal).

    frame

    the reference frame of the coordinates.