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
Flow Class Reference

Flow holds and manipulates the flow routes in FlowTable objects. More...

Public Member Functions

int getPeerCount ()
 Returns the number of peers. More...
 
IpsecPeer getPeerAt (int)
 Returns the peer at the specified index. More...
 
IpsecPeer getPeerByIp (ip)
 Returns the peer with the specified IP address. More...
 

Detailed Description

Flow holds and manipulates the flow routes in FlowTable objects.

Member Function Documentation

◆ getPeerAt()

IpsecPeer Flow::getPeerAt ( int  )

Returns the peer at the specified index.

Parameters
index,theindex of the peer of interest.
Returns
IpsecPeer, the IpsecPeer object at the specified index.

◆ getPeerByIp()

IpsecPeer Flow::getPeerByIp ( ip  )

Returns the peer with the specified IP address.

Parameters
addr,theIP address of the peer of interest.
Returns
IpsecPeer, the IpsecPeer object with the specified IP address.

◆ getPeerCount()

int Flow::getPeerCount ( )

Returns the number of peers.

Returns
int, the number of peers.

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