AutoConnectionState

@objc(GSAutoConnectionState)
public enum AutoConnectionState : Int, CustomStringConvertible

Automatic connection state.

  • Automatic connection is stopped.

    Declaration

    Swift

    case stopped
  • Automatic connection is started, and may spontaneously connect or disconnect any device.

    Declaration

    Swift

    case started
  • Debug description.

    Declaration

    Swift

    public var description: String { get }