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