dnp3 (C API) 1.1.0
dnp3_connect_strategy_t Struct Reference

Timing parameters for connection attempts. More...

#include <dnp3.h>

Data Fields

uint64_t min_connect_delay
 Minimum delay between two connection attempts, doubles up to the maximum delay. More...
 
uint64_t max_connect_delay
 Maximum delay between two connection attempts. More...
 
uint64_t reconnect_delay
 Delay before attempting a connection after a disconnect. More...
 

Detailed Description

Timing parameters for connection attempts.

Field Documentation

◆ max_connect_delay

uint64_t dnp3_connect_strategy_t::max_connect_delay

Maximum delay between two connection attempts.

Note
The unit is milliseconds

◆ min_connect_delay

uint64_t dnp3_connect_strategy_t::min_connect_delay

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

Note
The unit is milliseconds

◆ reconnect_delay

uint64_t dnp3_connect_strategy_t::reconnect_delay

Delay before attempting a connection after a disconnect.

Note
The unit is milliseconds

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