Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
FlowTable holds and manipulates the flow table. More...
Public Member Functions | |
int | getFlowCount () |
Returns the number of flows in the flow table. More... | |
Flow | getFlowAt (int) |
Returns the flow at the specified index. More... | |
FlowTable holds and manipulates the flow table.
Flow FlowTable::getFlowAt | ( | int | ) |
Returns the flow at the specified index.
index,the | index of the flow of interest. |
int FlowTable::getFlowCount | ( | ) |
Returns the number of flows in the flow table.