![]() |
AnyConnect Secure Mobility Client 5.1.9.113
|
Public Member Functions | |
| FirewallInfo (FW_Interface fwInterface, FW_Permission fwPermission, FW_Protocol fwProtocol, uint16_t fwSrcPortLowerBound, uint16_t fwSrcPortUpperBound, uint16_t fwDstPortLowerBound, uint16_t fwDstPortUpperBound, tstring fwDstAddress, uint32_t fwDstAddressPrefixLength) | |
| FirewallInfo (const FirewallInfo &fwInfo) | |
| tstring | getPermission () |
| tstring | getProtocol () |
| tstring | getInterface () |
| tstring | getSrcPortRange () |
| tstring | getDstPortRange () |
| tstring | getDstAddr () |
| FirewallInfo::FirewallInfo | ( | FW_Interface | fwInterface, |
| FW_Permission | fwPermission, | ||
| FW_Protocol | fwProtocol, | ||
| uint16_t | fwSrcPortLowerBound, | ||
| uint16_t | fwSrcPortUpperBound, | ||
| uint16_t | fwDstPortLowerBound, | ||
| uint16_t | fwDstPortUpperBound, | ||
| tstring | fwDstAddress, | ||
| uint32_t | fwDstAddressPrefixLength | ||
| ) |
Constructor used to create a firewall instance. This method is not intended for public use.
| FirewallInfo::FirewallInfo | ( | const FirewallInfo & | fwInfo | ) |
Constructor used to copy a firewall instance. This method is not intended for public use.