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 | |
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... | |
![]() | |
Device | getOwnerDevice () |
Returns the device for this process. More... | |
\brief CableSignaling handles and manipulates the PPP encapsulation process. \example network().getDevice("Router0").getProcess("CableSignaling")
int CableSignaling::getPacketCnt | ( | ) |
Returns how many packets have been evaluated.
UserTraffic CableSignaling::getUserTrafficAt | ( | int | ) |
Returns the user traffic at the supplied index.
index,index | to get the user traffic at. |
void CableSignaling::updateTableEvent | ( | ) |
This event is emitted when the device table is updated.
IPC event.