init(destinationAddress:subnetMask:)
Initialize the Neipv4route object.
Declaration
init(destinationAddress address: String, subnetMask: String)Parameters
- address:
An IPv4 address string. This string is combined with
subnetMaskto specify the destination network of the route. - subnetMask:
An IPv4 network mask string. This string is combined with
addressto specify the destination network of the route.