dnp3 (.NET API) 1.1.0
|
frozen_counter point More...
Public Member Functions | |
FrozenCounter | WithIndex (ushort value) |
Point index More... | |
FrozenCounter | WithValue (uint value) |
Point value More... | |
FrozenCounter | WithFlags (Flags value) |
Point flags More... | |
FrozenCounter | WithTime (Timestamp value) |
Point timestamp More... | |
FrozenCounter (ushort index, uint value, Flags flags, Timestamp time) | |
Fully construct FrozenCounter specifying the value of each field More... | |
Public Attributes | |
ushort | Index |
Point index More... | |
uint | Value |
Point value More... | |
Flags | Flags |
Point flags More... | |
Timestamp | Time |
Point timestamp More... | |
frozen_counter point
Fully construct FrozenCounter specifying the value of each field
index | Point index |
value | Point value |
flags | Point flags |
time | Point timestamp |
|
inline |
Point flags
|
inline |
Point index
|
inline |
Point timestamp
|
inline |
Point value
Flags dnp3.FrozenCounter.Flags |
Point flags
ushort dnp3.FrozenCounter.Index |
Point index
Timestamp dnp3.FrozenCounter.Time |
Point timestamp
uint dnp3.FrozenCounter.Value |
Point value