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

ModbusServerProcess handles and manipulates the Modbus server. More...

Inheritance diagram for ModbusServerProcess:
Process

Public Member Functions

void onReceive (string, ip)
 IPC event. More...
 
int getModbusClientCount ()
 
void send (ip, string, bool)
 
void init ()
 
void start ()
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

ModbusServerProcess handles and manipulates the Modbus server.

Member Function Documentation

◆ getModbusClientCount()

int ModbusServerProcess::getModbusClientCount ( )

◆ init()

void ModbusServerProcess::init ( )

◆ onReceive()

void ModbusServerProcess::onReceive ( string  ,
ip   
)

IPC event.

◆ send()

void ModbusServerProcess::send ( ip  ,
string  ,
bool   
)

◆ start()

void ModbusServerProcess::start ( )

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