![]() |
AnyConnect Secure Mobility Client 4.4.00243
|
#include <RouteInfo.h>
Public Member Functions | |
RouteInfo (tstring &network, tstring &subnet) | |
RouteInfo (const RouteInfo *routeInfo) | |
tstring & | getNetwork () |
tstring & | getSubnet () |
The RouteInfo class can be used to retrieve the network and subnet mask for the secure and non-secure routes associated with the VPN.
RouteInfo::RouteInfo | ( | tstring & | network, |
tstring & | subnet | ||
) |
Constructor used to create a route instance. This method is not intended for public use.
RouteInfo::RouteInfo | ( | const RouteInfo * | routeInfo | ) |
Constructor used to copy a route instance. This method is not intended for public use.
tstring& RouteInfo::getNetwork | ( | ) |
Retrieve the destination network address for this route.
tstring& RouteInfo::getSubnet | ( | ) |
Retrieve the subnet mask for this route.