KillSwitchActivationSource

public enum KillSwitchActivationSource : String, CustomStringConvertible, CaseIterable

Identifies how the kill-switch has been activated.

  • Kill-switch has been activated by an unidentified source.

    Declaration

    Swift

    case unidentified
  • Kill-switch has been activated using LORA communication channel.

    Declaration

    Swift

    case lora
  • sdk

    Kill-switch has been activated using the SDK APIs (see also activate()).

    Declaration

    Swift

    case sdk
  • sms

    Kill-switch has been activated by sending an SMS to the drone whose content matches secureMessage.

    Declaration

    Swift

    case sms
  • Debug description.

    Declaration

    Swift

    public var description: String { get }