![]() |
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.hpp>
Public Attributes | |
| UpdateResult | result |
| Defines what happened and which id fields are valid. More... | |
| uint64_t | created |
| The id of the created event if the result is UpdateResult::created or UpdateResult::overflow More... | |
| uint64_t | discarded |
| The id of the discarded event if the result is UpdateResult::overflow More... | |
Friends | |
| class | CppUpdateInfoFriend |
Defines what occurred during an update operation. Only certain id fields are valid depending on the value of the enumeration.
| uint64_t dnp3::UpdateInfo::created |
The id of the created event if the result is UpdateResult::created or UpdateResult::overflow
| uint64_t dnp3::UpdateInfo::discarded |
The id of the discarded event if the result is UpdateResult::overflow
| UpdateResult dnp3::UpdateInfo::result |
Defines what happened and which id fields are valid.