![]() |
dnp3 (.NET API) 1.5.2
|
binary_output_status point More...
Public Member Functions | |
| BinaryOutputStatus | WithIndex (ushort value) |
| Point index More... | |
| BinaryOutputStatus | WithValue (bool value) |
| Point value More... | |
| BinaryOutputStatus | WithFlags (Flags value) |
| Point flags More... | |
| BinaryOutputStatus | WithTime (Timestamp value) |
| Point timestamp More... | |
| BinaryOutputStatus (ushort index, bool value, Flags flags, Timestamp time) | |
| Fully construct BinaryOutputStatus 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_output_status point
|
inline |
Fully construct BinaryOutputStatus 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.BinaryOutputStatus.Flags |
Point flags
| ushort dnp3.BinaryOutputStatus.Index |
Point index
| Timestamp dnp3.BinaryOutputStatus.Time |
Point timestamp
| bool dnp3.BinaryOutputStatus.Value |
Point value