dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
dnp3_link_id_config_t Struct Reference

Configuration that controls how the server performs remote link identification. More...

#include <dnp3.h>

Data Fields

uint16_t max_tasks
 Set the maximum number of simultaneous tasks used to perform link identification. More...
 
uint64_t timeout
 Maximum time period to wait before receiving a link frame from the outstation. More...
 
dnp3_phys_decode_level_t decode_level
 Set the decode level to use when reading the link header used for identification. More...
 

Detailed Description

Configuration that controls how the server performs remote link identification.

Field Documentation

◆ decode_level

dnp3_phys_decode_level_t dnp3_link_id_config_t::decode_level

Set the decode level to use when reading the link header used for identification.

◆ max_tasks

uint16_t dnp3_link_id_config_t::max_tasks

Set the maximum number of simultaneous tasks used to perform link identification.

◆ timeout

uint64_t dnp3_link_id_config_t::timeout

Maximum time period to wait before receiving a link frame from the outstation.

Note
The unit is milliseconds

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