![]() |
rodbus (C++ API) 1.3.1
|
Range of 16-bit addresses sent in a request from the client to the server. More...
#include <rodbus.hpp>
Public Member Functions | |
| AddressRange (uint16_t start, uint16_t count) | |
| Fully construct AddressRange specifying the value of each field. More... | |
Public Attributes | |
| uint16_t | start |
| Starting address of the range. More... | |
| uint16_t | count |
| Number of addresses in the range. More... | |
Friends | |
| class | CppAddressRangeFriend |
Range of 16-bit addresses sent in a request from the client to the server.
| rodbus::AddressRange::AddressRange | ( | uint16_t | start, |
| uint16_t | count | ||
| ) |
Fully construct AddressRange specifying the value of each field.
| start | Starting address of the range |
| count | Number of addresses in the range |
| uint16_t rodbus::AddressRange::count |
Number of addresses in the range.
| uint16_t rodbus::AddressRange::start |
Starting address of the range.