FlightInfo

public protocol FlightInfo : Instrument

Instrument that informs about flight info.

This instrument can be retrieved by:

drone.getInstrument(Instruments.flightInfo)
  • Current flight id Empty if the drone is not flying.

    Declaration

    Swift

    var flightId: String { get }