Family
public enum Family : Int
The network interface family (IPv4 or IPv6).
-
IPv4.
Declaration
Swift
case ipv4
-
IPv6.
Declaration
Swift
case ipv6
-
Used in case of errors.
Declaration
Swift
case other
-
String representation of the address family.
Declaration
Swift
public func toString() -> String