Restart delay used by OutstationApplication::cold_restart() and OutstationApplication::warm_restart()
More...
#include <dnp3.hpp>
|
class | CppRestartDelayFriend |
|
◆ milliseconds()
static RestartDelay dnp3::RestartDelay::milliseconds |
( |
uint16_t |
value | ) |
|
|
static |
RestartDelay with a count of milliseconds.
- Note
- Values are initialized to:
- Parameters
-
value | Expected delay before the outstation comes back online. |
- Returns
- New instance of RestartDelay
◆ not_supported()
RestartDelay indicating that the request is not supported.
- Note
- Values are initialized to:
- Returns
- New instance of RestartDelay
◆ seconds()
static RestartDelay dnp3::RestartDelay::seconds |
( |
uint16_t |
value | ) |
|
|
static |
RestartDelay with a count of seconds.
- Note
- Values are initialized to:
- Parameters
-
value | Expected delay before the outstation comes back online. |
- Returns
- New instance of RestartDelay
◆ restart_type
◆ value
uint16_t dnp3::RestartDelay::value |
Expected delay before the outstation comes back online.
The documentation for this struct was generated from the following file: