dnp3  0.9.0
Public Attributes | List of all members
dnp3.ConnectStrategy Class Reference

Timing parameters for connection attempts More...

Public Attributes

TimeSpan MinConnectDelay = TimeSpan.FromMilliseconds(1000)
 Minimum delay between two connection attempts, doubles up to the maximum delay More...
 
TimeSpan MaxConnectDelay = TimeSpan.FromMilliseconds(10000)
 Maximum delay between two connection attempts More...
 
TimeSpan ReconnectDelay = TimeSpan.FromMilliseconds(1000)
 Delay before attempting a connection after a disconnect More...
 

Detailed Description

Timing parameters for connection attempts

Member Data Documentation

◆ MaxConnectDelay

TimeSpan dnp3.ConnectStrategy.MaxConnectDelay = TimeSpan.FromMilliseconds(10000)

Maximum delay between two connection attempts

Default value is 10s

◆ MinConnectDelay

TimeSpan dnp3.ConnectStrategy.MinConnectDelay = TimeSpan.FromMilliseconds(1000)

Minimum delay between two connection attempts, doubles up to the maximum delay

Default value is 1s

◆ ReconnectDelay

TimeSpan dnp3.ConnectStrategy.ReconnectDelay = TimeSpan.FromMilliseconds(1000)

Delay before attempting a connection after a disconnect

Default value is 1s


The documentation for this class was generated from the following file: