dnp3 (C++ API) 1.1.0
|
binary_output_status point More...
#include <dnp3.hpp>
Public Member Functions | |
BinaryOutputStatus (uint16_t index, bool value, const Flags &flags, const Timestamp &time) | |
Fully construct BinaryOutputStatus specifying the value of each field. More... | |
Public Attributes | |
uint16_t | index |
Point index. More... | |
bool | value |
Point value. More... | |
Flags | flags |
Point flags. More... | |
Timestamp | time |
Point timestamp. More... | |
Friends | |
class | CppBinaryOutputStatusFriend |
binary_output_status point
dnp3::BinaryOutputStatus::BinaryOutputStatus | ( | uint16_t | index, |
bool | value, | ||
const Flags & | flags, | ||
const Timestamp & | time | ||
) |
Fully construct BinaryOutputStatus specifying the value of each field.
index | Point index |
value | Point value |
flags | Point flags |
time | Point timestamp |
Flags dnp3::BinaryOutputStatus::flags |
Point flags.
uint16_t dnp3::BinaryOutputStatus::index |
Point index.
Timestamp dnp3::BinaryOutputStatus::time |
Point timestamp.
bool dnp3::BinaryOutputStatus::value |
Point value.