dnp3  0.9.0
Public Attributes | List of all members
dnp3_update_options_t Struct Reference

Options that control how the update is performed. More...

#include <dnp3.h>

Public Attributes

bool update_static
 Optionnaly bypass updating the static database (the current value) More...
 
dnp3_event_mode_t event_mode
 Determines how/if an event is produced. More...
 

Detailed Description

Options that control how the update is performed.

99% of the time, the default value should be used.

Member Data Documentation

◆ event_mode

dnp3_event_mode_t dnp3_update_options_t::event_mode

Determines how/if an event is produced.

Note
Default value is DNP3_EVENT_MODE_DETECT

◆ update_static

bool dnp3_update_options_t::update_static

Optionnaly bypass updating the static database (the current value)

Note
Default value is true

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