Documentation

MbusSlaveServergetConnectionStatus Method

Checks if a Modbus master is polling periodically.

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
public bool getConnectionStatus()

Return Value

Type: Boolean
true = A master is polling at a frequency higher than the master transmit time-out value

Return Value

Type: Boolean
false = No master is polling within the time-out period
Remarks
Note Note
The master transmit time-out value must be set > 0 in order for this function to work.
See Also