Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
FlowTable Class Reference

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...
 

Detailed Description

FlowTable holds and manipulates the flow table.

Member Function Documentation

◆ getFlowAt()

Flow FlowTable::getFlowAt ( int  )

Returns the flow at the specified index.

Parameters
index,theindex of the flow of interest.
Returns
index, the Flow object at the specified index.

◆ getFlowCount()

int FlowTable::getFlowCount ( )

Returns the number of flows in the flow table.

Returns
int, the number of flows in the flow table.

The documentation for this class was generated from the following file: