TransportSetting

public protocol TransportSetting : AnyObject

Setting to change the transport used by the remote control - drone link.

  • Tells if the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Current transport.

    Declaration

    Swift

    var value: LinkTransport { get set }
  • Supported transports.

    Declaration

    Swift

    var supportedTransports: Set<LinkTransport> { get }