PortState
public enum PortState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case open = "open" -
Undocumented
Declaration
Swift
case closed = "closed" -
Declaration
Swift
public var description: String { get }
View on GitHub
PortState Enumeration Reference