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

Public Member Functions

void updateTableEvent ()
 This event is emitted when the table is updated. More...
 
int getPacketCnt ()
 
UserTraffic getUserTrafficAt (int)
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

\brief LmiSignaling handles and manipulates the PPP encapsulation process.

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

Member Function Documentation

◆ getPacketCnt()

int LmiSignaling::getPacketCnt ( )
Returns
int, value is the packet count.

◆ getUserTrafficAt()

UserTraffic LmiSignaling::getUserTrafficAt ( int  )
Returns
UserTraffic, value is the user traffic at the given index. Range (0, getPacketCnt()-1).

◆ updateTableEvent()

void LmiSignaling::updateTableEvent ( )

This event is emitted when the table is updated.

IPC event.


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