dnp3 (C API) 1.1.0
|
Restart delay used by dnp3_outstation_application_t::cold_restart and dnp3_outstation_application_t::warm_restart. More...
#include <dnp3.h>
Data Fields | |
dnp3_restart_delay_type_t | restart_type |
Indicates what dnp3_restart_delay_t::value is. More... | |
uint16_t | value |
Expected delay before the outstation comes back online. More... | |
Restart delay used by dnp3_outstation_application_t::cold_restart and dnp3_outstation_application_t::warm_restart.
If dnp3_restart_delay_t::restart_type is not DNP3_RESTART_DELAY_TYPE_NOT_SUPPORTED, then the dnp3_restart_delay_t::value is valid. Otherwise, the outstation will return IIN2.0 NO_FUNC_CODE_SUPPORT.
dnp3_restart_delay_type_t dnp3_restart_delay_t::restart_type |
Indicates what dnp3_restart_delay_t::value is.
uint16_t dnp3_restart_delay_t::value |
Expected delay before the outstation comes back online.