Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
IPC is the main entry point for all IPC functionality. More...
Public Member Functions | |
Network | network () |
Returns the Network object. More... | |
AppWindow | appWindow () |
Returns the AppWindow object. More... | |
MultiUserManager | multiUserManager () |
Returns the MultiUserManager object. More... | |
IpcManager | ipcManager () |
Returns the IpcManager object. More... | |
UserAppManager | userAppManager () |
Returns the UserAppManager object. More... | |
CommandLog | commandLog () |
Returns the CommandLog object. More... | |
Simulation | simulation () |
Returns the Simulation object. More... | |
HardwareFactory | hardwareFactory () |
Returns the Hardware Factory object. More... | |
Parser | getObjectByUuid (string) |
Returns the IPC Parser object. More... | |
Options | options () |
options for the parsor. More... | |
SystemFileManager | systemFileManager () |
Returns the System File Manager object for providing file IO. More... | |
CommandLog IPC::commandLog | ( | ) |
Returns the CommandLog object.
Parser IPC::getObjectByUuid | ( | string | ) |
Returns the IPC Parser object.
uuid,the | UUID of the parser of interest. |
HardwareFactory IPC::hardwareFactory | ( | ) |
Returns the Hardware Factory object.
IpcManager IPC::ipcManager | ( | ) |
Returns the IpcManager object.
MultiUserManager IPC::multiUserManager | ( | ) |
Returns the MultiUserManager object.
Options IPC::options | ( | ) |
options for the parsor.
uuid,the | UUID of the parser of interest. |
Simulation IPC::simulation | ( | ) |
Returns the Simulation object.
SystemFileManager IPC::systemFileManager | ( | ) |
Returns the System File Manager object for providing file IO.
UserAppManager IPC::userAppManager | ( | ) |
Returns the UserAppManager object.