PLCcom
|
| Class | Description | |
|---|---|---|
|
|
ModbusConnector | the abstract base class for different types of data adapter, like ModbusConnectorTCP, ModbusConnectorUDP, ModbusConnectorRTU or ModbusConnectorASCII |
|
|
ModbusConnectorASCII | a ASCII data adapter to provide a serial ASCII connection to the Modbus device |
|
|
ModbusConnectorRTU | a RTU data adapter to provide a serial RTU connection to the Modbus device |
|
|
ModbusConnectorRTU_over_TCP | a TCP data adapter to provide a RTU over TCP connection to the Modbus device |
|
|
ModbusConnectorTCP | a TCP data adapter to provide a TCP connection to the Modbus device |
|
|
ModbusConnectorUDP | a UDP data adapter to provide a UDP connection to the Modbus device |
|
|
ModbusListener | the abstract base class for different types of ModbusListener, like ModbusListenerTCP, ModbusListenerUDP, ModbusListenerRTU or ModbusListenerASCII |
| Delegate | Description | |
|---|---|---|
|
|
ModbusConnectorConnectionStateChangeEventHandler | Delegate ConnectionStateChangeEventHandler for the OnConnectionStateChange event |
|
|
ModbusListenerConnectionStateChangeEventHandler | Delegate ConnectionStateChangeEventHandler for the OnConnectionStateChange event |