![]() |
dnp3 (C API) 1.6.0
|
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... | |
Configuration that controls how the server performs remote link identification.
| 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.
| uint16_t dnp3_link_id_config_t::max_tasks |
Set the maximum number of simultaneous tasks used to perform link identification.
| uint64_t dnp3_link_id_config_t::timeout |
Maximum time period to wait before receiving a link frame from the outstation.