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
IecClientProcess Class Reference

IecClientProcess handles and manipulates the Iec client. More...

Inheritance diagram for IecClientProcess:
Process

Public Member Functions

void connectionEstablished ()
 IPC event. More...
 
void connectionClosed ()
 IPC event. More...
 
bool processData (ip, string, string)
 
void init ()
 
void setup ()
 
void disconnect ()
 Disconnects the telnet connection. More...
 
void getData (string, string)
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

IecClientProcess handles and manipulates the Iec client.

Member Function Documentation

◆ connectionClosed()

void IecClientProcess::connectionClosed ( )

IPC event.

◆ connectionEstablished()

void IecClientProcess::connectionEstablished ( )

IPC event.

◆ disconnect()

void IecClientProcess::disconnect ( )

Disconnects the telnet connection.

◆ getData()

void IecClientProcess::getData ( string  ,
string   
)

◆ init()

void IecClientProcess::init ( )

◆ processData()

bool IecClientProcess::processData ( ip  ,
string  ,
string   
)

◆ setup()

void IecClientProcess::setup ( )

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