Return a vector of publicly routable Network names; optionally append NET_UNROUTABLE.
Synopsis
Declared in <netbase.h>
std::vector<std::string>
GetNetworkNames(bool append_unroutable = false);
Return Value
The list of network names.
Parameters
Name |
Description |
append_unroutable |
Whether to include the unroutable network name. |
Created with MrDocs