Documentation

MbusDataTableInterfacetimeOutHandler Method

Override this method to implement a function to handle master poll time-outs.

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
protected virtual void timeOutHandler()
Remarks
A master should poll a slave cyclically. If no master is polling within the time-out period this method is called. A slave can take certain actions if the master has lost connection, e.g. go into a fail-safe state.

Required: No

Default Implementation: Empty

See Also