ot::NetworkData::Leader::GetPreferredNat64Prefix() const method
Gets the preferred NAT64 prefix from network data. The returned prefix is the highest preference external route entry in Network Data with NAT64 flag set. If there are multiple such entries the first one is returned.
Arguments
aConfig
A reference to an `ExternalRouteConfig` to return the prefix.
Return value
kErrorNone Found the NAT64 prefix and updated @p aConfig. kErrorNotFound Could not find any NAT64 entry.