![]() |
dnp3 (.NET API) 1.5.2
|
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... | |
Defines what occurred during an update operation. Only certain id fields are valid depending on the value of the enumeration
|
inline |
The id of the created event if the result is UpdateResult.Created or UpdateResult.Overflow
|
inline |
The id of the discarded event if the result is UpdateResult.Overflow
|
inline |
Defines what happened and which id fields are valid
ulong dnp3.UpdateInfo.Created |
The id of the created event if the result is UpdateResult.Created or UpdateResult.Overflow
ulong 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