NetworkInterfaceStatus
public enum NetworkInterfaceStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case available = "available"
-
Undocumented
Declaration
Swift
case associated = "associated"
-
Undocumented
Declaration
Swift
case attaching = "attaching"
-
Undocumented
Declaration
Swift
case inUse = "in-use"
-
Undocumented
Declaration
Swift
case detaching = "detaching"
-
Declaration
Swift
public var description: String { get }