dnp3 (C API) 1.1.0
dnp3_restart_delay_t Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ restart_type

dnp3_restart_delay_type_t dnp3_restart_delay_t::restart_type

Indicates what dnp3_restart_delay_t::value is.

◆ value

uint16_t dnp3_restart_delay_t::value

Expected delay before the outstation comes back online.


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