init(destinationAddress:networkPrefixLength:)
Initialize the NEIPv6Route
Declaration
init(destinationAddress address: String, networkPrefixLength: NSNumber)Parameters
- address:
An IPv6 address string. This string is combined with
networkPrefixLengthto specify the destination network of the route. - networkPrefixLength:
An IPv6 network prefix length. This number is combined with
addressto specify the destination network of the route. The network prefix length must be an integer between 0 and 128.
Return Value
The initialized NEIPv6Route object.