Enumeration
Protocol​Version
@objc
public enum ProtocolVersion: Int
Relationships
Conforms To
Comparable
CustomStringConvertible
Int
Enumeration Cases
v2
case v2 = 2
v3
case v3 = 3
v4
case v4 = 4
v5
case v5 = 5
v6
case v6 = 6
v7
case v7 = 7
v8
case v8 = 8
v9
case v9 = 9
Properties
description
public var description: String
Operators
<
public static func < (lhs: Self, rhs: Self) -> Bool