dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
dnp3_update_info_t Struct Reference

Defines what occurred during an update operation. Only certain id fields are valid depending on the value of the enumeration. More...

#include <dnp3.h>

Data Fields

dnp3_update_result_t result
 Defines what happened and which id fields are valid. More...
 
uint64_t created
 The id of the created event if the result is DNP3_UPDATE_RESULT_CREATED or DNP3_UPDATE_RESULT_OVERFLOW. More...
 
uint64_t discarded
 The id of the discarded event if the result is DNP3_UPDATE_RESULT_OVERFLOW. More...
 

Detailed Description

Defines what occurred during an update operation. Only certain id fields are valid depending on the value of the enumeration.

Field Documentation

◆ created

uint64_t dnp3_update_info_t::created

The id of the created event if the result is DNP3_UPDATE_RESULT_CREATED or DNP3_UPDATE_RESULT_OVERFLOW.

◆ discarded

uint64_t dnp3_update_info_t::discarded

The id of the discarded event if the result is DNP3_UPDATE_RESULT_OVERFLOW.

◆ result

dnp3_update_result_t dnp3_update_info_t::result

Defines what happened and which id fields are valid.


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