libdrmconf 0.12.1
A library to program DMR radios.
|
Binary representation of a write request to the radio. More...
#include <anytone_interface.hh>
Public Member Functions | |
WriteRequest (uint32_t addr, const char *data) | |
Assembles a write request message to the given address with the given data. | |
Binary representation of a write request to the radio.
AnytoneInterface::WriteRequest::WriteRequest | ( | uint32_t | addr, |
const char * | data ) |
Assembles a write request message to the given address with the given data.
addr | Specifies the address to write to. |
data | 16 bytes of payload. |