![]() |
dnp3 (C API) 1.6.0
|
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... | |
Defines what occurred during an update operation. Only certain id fields are valid depending on the value of the enumeration.
| 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.
| uint64_t dnp3_update_info_t::discarded |
The id of the discarded event if the result is DNP3_UPDATE_RESULT_OVERFLOW.
| dnp3_update_result_t dnp3_update_info_t::result |
Defines what happened and which id fields are valid.