MbusSlaveServersetTimeout Method |
Namespace: FieldTalk.Modbus.Slave
public int setTimeout( int timeOut )
Public Function setTimeout ( timeOut As Integer ) As Integer
public: int setTimeout( int timeOut )
Note |
---|
The time-out value is a minimum value only and the actual time may be longer. How precise it is followed depends on the operating system used, its scheduling priority and its system timer resolution. |
Note |
---|
The time-out does not check whether a master is sending valid frames. The transmission of characters is sufficient to avoid the time-out. |