DeviceConnectorType

@objc(GSDeviceConnectorType)
public enum DeviceConnectorType : Int, CustomStringConvertible

Device connector types.

  • Connect using local connectivity.

    Declaration

    Swift

    case local
  • Connect using a remote control.

    Declaration

    Swift

    case remoteControl
  • Debug description.

    Declaration

    Swift

    public var description: String { get }