dnp3 (.NET API) 1.1.0
|
Options that control how the update is performed. More...
Public Member Functions | |
UpdateOptions | WithUpdateStatic (bool value) |
Optionally bypass updating the static database (the current value) More... | |
UpdateOptions | WithEventMode (EventMode value) |
Determines how/if an event is produced More... | |
Static Public Member Functions | |
static UpdateOptions | DetectEvent () |
Default event detection mode. Updates the static value and automatically detects event. More... | |
static UpdateOptions | NoEvent () |
Only update the static value. Usefull during initialization of the database. More... | |
Public Attributes | |
bool | UpdateStatic |
Optionally bypass updating the static database (the current value) More... | |
EventMode | EventMode |
Determines how/if an event is produced More... | |
Options that control how the update is performed.
99% of the time, the default value should be used.
|
inlinestatic |
Default event detection mode. Updates the static value and automatically detects event.
Default values:
|
inlinestatic |
Only update the static value. Usefull during initialization of the database.
Default values:
|
inline |
Determines how/if an event is produced
|
inline |
Optionally bypass updating the static database (the current value)
EventMode dnp3.UpdateOptions.EventMode |
Determines how/if an event is produced
bool dnp3.UpdateOptions.UpdateStatic |
Optionally bypass updating the static database (the current value)