![]() |
dnp3 (C++ API) 1.6.0
|
Configuration that controls how the server performs remote link identification. More...
#include <dnp3.hpp>
Public Member Functions | |
| LinkIdConfig () | |
| Initialize to default values. More... | |
Public Attributes | |
| uint16_t | max_tasks |
| Set the maximum number of simultaneous tasks used to perform link identification. More... | |
| std::chrono::steady_clock::duration | timeout |
| Maximum time period to wait before receiving a link frame from the outstation. More... | |
| PhysDecodeLevel | decode_level |
| Set the decode level to use when reading the link header used for identification. More... | |
Friends | |
| class | CppLinkIdConfigFriend |
Configuration that controls how the server performs remote link identification.
| dnp3::LinkIdConfig::LinkIdConfig | ( | ) |
| PhysDecodeLevel dnp3::LinkIdConfig::decode_level |
Set the decode level to use when reading the link header used for identification.
| uint16_t dnp3::LinkIdConfig::max_tasks |
Set the maximum number of simultaneous tasks used to perform link identification.
| std::chrono::steady_clock::duration dnp3::LinkIdConfig::timeout |
Maximum time period to wait before receiving a link frame from the outstation.