ConnectionStatus

public enum ConnectionStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case connected = "Connected"
  • Undocumented

    Declaration

    Swift

    case notconnected = "NotConnected"
  • Declaration

    Swift

    public var description: String { get }