dnp3 (.NET API) 1.5.2
Loading...
Searching...
No Matches
dnp3.UpdateInfo Class Reference

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

Public Member Functions

UpdateInfo WithResult (UpdateResult value)
 Defines what happened and which id fields are valid More...
 
UpdateInfo WithCreated (ulong value)
 The id of the created event if the result is UpdateResult.Created or UpdateResult.Overflow More...
 
UpdateInfo WithDiscarded (ulong value)
 The id of the discarded event if the result is UpdateResult.Overflow More...
 

Public Attributes

UpdateResult Result
 Defines what happened and which id fields are valid More...
 
ulong Created
 The id of the created event if the result is UpdateResult.Created or UpdateResult.Overflow More...
 
ulong Discarded
 The id of the discarded event if the result is UpdateResult.Overflow More...
 

Detailed Description

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

Member Function Documentation

◆ WithCreated()

UpdateInfo dnp3.UpdateInfo.WithCreated ( ulong  value)
inline

The id of the created event if the result is UpdateResult.Created or UpdateResult.Overflow

◆ WithDiscarded()

UpdateInfo dnp3.UpdateInfo.WithDiscarded ( ulong  value)
inline

The id of the discarded event if the result is UpdateResult.Overflow

◆ WithResult()

UpdateInfo dnp3.UpdateInfo.WithResult ( UpdateResult  value)
inline

Defines what happened and which id fields are valid

Member Data Documentation

◆ Created

ulong dnp3.UpdateInfo.Created

The id of the created event if the result is UpdateResult.Created or UpdateResult.Overflow

◆ Discarded

ulong 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 class was generated from the following file: