FieldTalk™ Modbus Master .NET Library

MbusMasterFunctions.timeout Property

Time-out port property

[Visual Basic]
Public Property timeout As Integer
[C#]
public int timeout {get; set;}

Property Value

Timeout value in ms (Range: 1 - 100000)

Remarks

Configures operation or socket time-out.

The time-out value is indicative only and not guaranteed to be maintained. How precise it is followed depends on the operating system used, it's scheduling priority and it's system timer resolution.

Note    A protocol must be closed in order to configure it.

See Also

MbusMasterFunctions Class | FieldTalk Namespace