AnyConnect Secure Mobility Client 4.4.00243

RouteInfo Class Reference

#include <RouteInfo.h>

List of all members.

Public Member Functions

 RouteInfo (tstring &network, tstring &subnet)
 RouteInfo (const RouteInfo *routeInfo)
tstring & getNetwork ()
tstring & getSubnet ()

Detailed Description

The RouteInfo class can be used to retrieve the network and subnet mask for the secure and non-secure routes associated with the VPN.


Constructor & Destructor Documentation

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.


Member Function Documentation

tstring& RouteInfo::getNetwork ( )

Retrieve the destination network address for this route.

tstring& RouteInfo::getSubnet ( )

Retrieve the subnet mask for this route.