LinkTransport

@objc(GSLinkTransport)
public enum LinkTransport : Int, CustomStringConvertible

Transport used by the remote control - drone link.

  • Remote control - drone link uses WiFi transport.

    Declaration

    Swift

    case wifi
  • Remote control - drone link uses radio transport.

    Declaration

    Swift

    case radio
  • Debug description.

    Declaration

    Swift

    public var description: String { get }
  • Set containing all possible transports.

    Declaration

    Swift

    public static let allCases: Set<LinkTransport>