![]() |
rodbus (C++ API) 1.3.1
|
Index/value tuple of a bit type. More...
#include <rodbus.hpp>
Public Member Functions | |
| BitValue (uint16_t index, bool value) | |
| Fully construct BitValue specifying the value of each field. More... | |
Public Attributes | |
| uint16_t | index |
| Index of bit. More... | |
| bool | value |
| Value of the bit. More... | |
Friends | |
| class | CppBitValueFriend |
Index/value tuple of a bit type.
| rodbus::BitValue::BitValue | ( | uint16_t | index, |
| bool | value | ||
| ) |
| uint16_t rodbus::BitValue::index |
Index of bit.
| bool rodbus::BitValue::value |
Value of the bit.