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

Public Member Functions

void updateTableEvent ()
 Event is emitted when the hardware queue table is updated. More...
 
int getPacketCnt ()
 Returns the number of packets. More...
 
UserTraffic getUserTrafficAt (int)
 Returns the UserTraffic at the specified index. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

\brief DslSignaling handles and manipulates the PPP encapsulation process.

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

Member Function Documentation

◆ getPacketCnt()

int DslSignaling::getPacketCnt ( )

Returns the number of packets.

Returns
int, number of packets

◆ getUserTrafficAt()

UserTraffic DslSignaling::getUserTrafficAt ( int  )

Returns the UserTraffic at the specified index.

Parameters
index,specifiedindex
Returns
UserTraffic, UserTraffic boject

◆ updateTableEvent()

void DslSignaling::updateTableEvent ( )

Event is emitted when the hardware queue table is updated.

IPC event.


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