Enumeration
SocketAddress.Kind
Which family an address belongs to.
enum Kind
Overview
Switch on this to decide how to read the payload: host and port are non-nil for SocketAddress.Kind.ipv4 and SocketAddress.Kind.ipv6, and pathname is non-nil for SocketAddress.Kind.unixDomainSocket.
Topics
Enumeration Cases
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype