init(_:_:)
Initializes an IPv6 address with data.
Declaration
init?(_ rawValue: Data, _ interface: NWInterface? = nil)Discussion
The provided data is expected to be an IPv6 address of 16 bytes.
Initializes an IPv6 address with data.
init?(_ rawValue: Data, _ interface: NWInterface? = nil)The provided data is expected to be an IPv6 address of 16 bytes.