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

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...
 

Member Function Documentation

◆ addVariable()

void OpcServerProcess::addVariable ( string  ,
string   
)

◆ connect()

OpcClientProcess OpcServerProcess::connect ( ip  )

◆ deleteCustomProcess()

void OpcServerProcess::deleteCustomProcess ( OpcClientProcess  )

◆ onReceive()

void OpcServerProcess::onReceive ( string  )

IPC event.

◆ processData()

bool OpcServerProcess::processData ( string  ,
ip   
)

◆ publish()

void OpcServerProcess::publish ( string  )

◆ updateVariable()

void OpcServerProcess::updateVariable ( string  ,
string   
)

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