Level

@objc(GSAlarmLevel)
public enum Level : Int, CustomStringConvertible

Alarm level.

  • Alarm not available. Used when the linked alarm type is not supported by the drone.

    Declaration

    Swift

    case notAvailable
  • off

    Alarm is off.

    Declaration

    Swift

    case off
  • Alarm is at warning level.

    Declaration

    Swift

    case warning
  • Alarm is at critical level.

    Declaration

    Swift

    case critical
  • Debug description.

    Declaration

    Swift

    public var description: String { get }