|
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 | deleteCustomProcess (OpcClientProcess) |
| OpcClientProcess | connect (ip) |
| void | onReceive (string) |
| IPC event. More... | |
| bool | processData (string, ip) |
| void | addVariable (string, string) |
| void | updateVariable (string, string) |
| void | publish (string) |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
| void OpcServerProcess::addVariable | ( | string | , |
| string | |||
| ) |
| OpcClientProcess OpcServerProcess::connect | ( | ip | ) |
| void OpcServerProcess::deleteCustomProcess | ( | OpcClientProcess | ) |
| void OpcServerProcess::onReceive | ( | string | ) |
IPC event.
| bool OpcServerProcess::processData | ( | string | , |
| ip | |||
| ) |
| void OpcServerProcess::publish | ( | string | ) |
| void OpcServerProcess::updateVariable | ( | string | , |
| string | |||
| ) |