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
CableSignaling Class Reference
Inheritance diagram for CableSignaling:
Process

Public Member Functions

void updateTableEvent ()
 This event is emitted when the device table is updated. More...
 
int getPacketCnt ()
 Returns how many packets have been evaluated. More...
 
UserTraffic getUserTrafficAt (int)
 Returns the user traffic at the supplied index. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

\brief CableSignaling handles and manipulates the PPP encapsulation process.

\example network().getDevice("Router0").getProcess("CableSignaling")

Member Function Documentation

◆ getPacketCnt()

int CableSignaling::getPacketCnt ( )

Returns how many packets have been evaluated.

Returns
int, value is how many packets have been evaluated.

◆ getUserTrafficAt()

UserTraffic CableSignaling::getUserTrafficAt ( int  )

Returns the user traffic at the supplied index.

Parameters
index,indexto get the user traffic at.
Returns
UserTrafic, value is the user traffic at the supplied index.

◆ updateTableEvent()

void CableSignaling::updateTableEvent ( )

This event is emitted when the device table is updated.

IPC event.


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