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