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

Public Member Functions

void updateTableEvent ()
 Triggered when the table is updated. More...
 
int getPacketCnt ()
 Returns the packet count. More...
 
UserTraffic getUserTrafficAt (int)
 Returns the user traffic at the given index. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

\brief PhoneSignaling handles and manipulates the PPP encapsulation process.

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

Member Function Documentation

◆ getPacketCnt()

int PhoneSignaling::getPacketCnt ( )

Returns the packet count.

Returns
int, the packet count.

◆ getUserTrafficAt()

UserTraffic PhoneSignaling::getUserTrafficAt ( int  )

Returns the user traffic at the given index.

Parameters
index,indexto get the traffic at.
Returns
UserTraffic, traffic at the specified index.

◆ updateTableEvent()

void PhoneSignaling::updateTableEvent ( )

Triggered when the table is updated.

IPC event.


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