|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
ZfwProcess is the process that handles zone based firewall. More...
Public Member Functions | |
| int | getZoneNameCount () |
| Returns the number of zones. More... | |
| Zone | getZoneNameAt (int) |
| Returns the zone at specified index. More... | |
| int | getZonePairCount () |
| Returns the number of zone pairs. More... | |
| ZonePair | getZonePairEntryAt (int) |
| Returns the zone pair at specified index. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
ZfwProcess is the process that handles zone based firewall.
| Zone ZfwProcess::getZoneNameAt | ( | int | ) |
| int ZfwProcess::getZoneNameCount | ( | ) |
Returns the number of zones.
| int ZfwProcess::getZonePairCount | ( | ) |
Returns the number of zone pairs.
| ZonePair ZfwProcess::getZonePairEntryAt | ( | int | ) |