|
libdrmconf
0.10.4
A library to program DMR radios.
|
Binary representation of a read request to the radio. More...
#include <anytone_interface.hh>
Public Member Functions | |
| ReadRequest (uint32_t addr) | |
| Constructs a read request for the specified address. | |
Public Attributes | |
| char | cmd |
| Fixed to 'R'. | |
| uint32_t | addr |
| Memory address in little-endian. | |
| uint8_t | size |
| Fixed to 16. | |
Binary representation of a read request to the radio.