Click or drag to resize

PLCcomModbus.DataAdapter Namespace

Indi.An PLCCom for Modbus Class Library Reference
Namespace of PLCCom for Modbus Connectivity and Data Functionality
Classes
  Class Description
Public class ModbusConnector the abstract base class for different types of data adapter, like ModbusConnectorTCP, ModbusConnectorUDP, ModbusConnectorRTU or ModbusConnectorASCII
Public class ModbusConnectorASCII a ASCII data adapter to provide a serial ASCII connection to the Modbus device
Public class ModbusConnectorRTU a RTU data adapter to provide a serial RTU connection to the Modbus device
Public class ModbusConnectorRTU_over_TCP a TCP data adapter to provide a RTU over TCP connection to the Modbus device
Public class ModbusConnectorTCP a TCP data adapter to provide a TCP connection to the Modbus device
Public class ModbusConnectorUDP a UDP data adapter to provide a UDP connection to the Modbus device
Public class ModbusListener the abstract base class for different types of ModbusListener, like ModbusListenerTCP, ModbusListenerUDP, ModbusListenerRTU or ModbusListenerASCII
Delegates
  Delegate Description
Public delegate ModbusConnectorConnectionStateChangeEventHandler Delegate ConnectionStateChangeEventHandler for the OnConnectionStateChange event
Public delegate ModbusListenerConnectionStateChangeEventHandler Delegate ConnectionStateChangeEventHandler for the OnConnectionStateChange event