|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
ModbusServerProcess handles and manipulates the Modbus server. More...
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... | |
ModbusServerProcess handles and manipulates the Modbus server.
| int ModbusServerProcess::getModbusClientCount | ( | ) |
| void ModbusServerProcess::init | ( | ) |
| void ModbusServerProcess::onReceive | ( | string | , |
| ip | |||
| ) |
IPC event.
| void ModbusServerProcess::send | ( | ip | , |
| string | , | ||
| bool | |||
| ) |
| void ModbusServerProcess::start | ( | ) |