|
libdrmconf 0.14.1
A library to program DMR radios.
|
Read request. More...
#include <dm32uv_interface.hh>
Public Member Functions | |
| ReadRequest (uint32_t address, uint16_t length) | |
| Constructs a read request for the given address and length. | |
| bool | send (DM32UVInterface *dev, const ErrorStack &err=ErrorStack()) const |
| Send request though the given interface. | |
Public Attributes | |
| const char | request_type = 'R' |
| Static request type. | |
| uint8_t | address [3] |
| 24bit little endian address. | |
| uint16_t | length |
| 16bit little endian length. | |
Read request.