NetworkDirectConnectionMode

public enum NetworkDirectConnectionMode : String, CustomStringConvertible, CaseIterable

Direct connection mode (Wifi or USB).

  • Legacy mode: secure connection is not mandatory, Wifi and USB connections can be established in any way.

    Declaration

    Swift

    case legacy
  • Only secure connections are authorized, a remote control should be used to establish the connection via Wifi, and a certificate is necessary to establish it via USB.

    Declaration

    Swift

    case secure
  • Debug description.

    Declaration

    Swift

    public var description: String { get }