dnp3 (C++ API) 1.6.0
Loading...
Searching...
No Matches
dnp3::UpdateInfo 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.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
 

Detailed Description

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

Member Data Documentation

◆ created

uint64_t dnp3::UpdateInfo::created

The id of the created event if the result is UpdateResult::created or UpdateResult::overflow

◆ discarded

uint64_t dnp3::UpdateInfo::discarded

The id of the discarded event if the result is UpdateResult::overflow

◆ result

UpdateResult dnp3::UpdateInfo::result

Defines what happened and which id fields are valid.


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