ActivablePilotingItfState

@objc(GSActivablePilotingItfState)
public enum ActivablePilotingItfState : Int, CustomStringConvertible

Activable piloting interface state. There is only one piloting interface active at a time on a drone.

  • Piloting interface is available and is not the active one.

    Declaration

    Swift

    case idle
  • Piloting interface is the active one.

    Declaration

    Swift

    case active
  • Piloting interface is not available at this time.

    Declaration

    Swift

    case unavailable
  • Debug description.

    Declaration

    Swift

    public var description: String { get }