TrafficType
public enum TrafficType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case accept = "ACCEPT"
-
Undocumented
Declaration
Swift
case reject = "REJECT"
-
Undocumented
Declaration
Swift
case all = "ALL"
-
Declaration
Swift
public var description: String { get }