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