dnp3 (.NET API) 1.1.0
|
analog_input point More...
Public Member Functions | |
AnalogInput | WithIndex (ushort value) |
Point index More... | |
AnalogInput | WithValue (double value) |
Point value More... | |
AnalogInput | WithFlags (Flags value) |
Point flags More... | |
AnalogInput | WithTime (Timestamp value) |
Point timestamp More... | |
AnalogInput (ushort index, double value, Flags flags, Timestamp time) | |
Fully construct AnalogInput specifying the value of each field More... | |
Public Attributes | |
ushort | Index |
Point index More... | |
double | Value |
Point value More... | |
Flags | Flags |
Point flags More... | |
Timestamp | Time |
Point timestamp More... | |
analog_input point
Fully construct AnalogInput 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.AnalogInput.Flags |
Point flags
ushort dnp3.AnalogInput.Index |
Point index
Timestamp dnp3.AnalogInput.Time |
Point timestamp
double dnp3.AnalogInput.Value |
Point value