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

Public Member Functions

void connectionEstablished ()
 IPC event. More...
 
void onReceive (string)
 IPC event. More...
 
void opcConnectionEstablished ()
 IPC event. More...
 
void opcConnectionClosed ()
 IPC event. More...
 
TcpConnection getConnection ()
 
void connectionChanged (TcpConnection, TcpEvent)
 IPC event. More...
 
void getServerTime ()
 
void getValue (string)
 
void setValue (string, string)
 
void subscribe (string)
 
void disconnect ()
 
bool processData (string, string, TcpConnection)
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Member Function Documentation

◆ connectionChanged()

void OpcClientProcess::connectionChanged ( TcpConnection  ,
TcpEvent   
)

IPC event.

◆ connectionEstablished()

void OpcClientProcess::connectionEstablished ( )

IPC event.

◆ disconnect()

void OpcClientProcess::disconnect ( )

◆ getConnection()

TcpConnection OpcClientProcess::getConnection ( )

◆ getServerTime()

void OpcClientProcess::getServerTime ( )

◆ getValue()

void OpcClientProcess::getValue ( string  )

◆ onReceive()

void OpcClientProcess::onReceive ( string  )

IPC event.

◆ opcConnectionClosed()

void OpcClientProcess::opcConnectionClosed ( )

IPC event.

◆ opcConnectionEstablished()

void OpcClientProcess::opcConnectionEstablished ( )

IPC event.

◆ processData()

bool OpcClientProcess::processData ( string  ,
string  ,
TcpConnection   
)

◆ setValue()

void OpcClientProcess::setValue ( string  ,
string   
)

◆ subscribe()

void OpcClientProcess::subscribe ( string  )

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