.NET ModbusServer – Events

Namespace:  EasyModbus
Class:  ModbusServer


 

holdingRegistersChanged

Occurs after the Holding Registers has been changed by a Client. The Method which is called by the delegate has to have two parameters: int registers and int numberOfRegisters

Example:


coilsChanged

Occurs after the coils has been changed by a Client. The Method which is called by the delegate has to have two parameters: int coil and int nuberOfCoils

Example: