|
libdrmconf 0.14.1
A library to program DMR radios.
|
Represents a read response message. More...
#include <opengd77_interface.hh>

Public Attributes | |
| char | type |
| Same code as request. That is 'R' read block, 'W' write block, 'C' command. | |
| uint16_t | length |
| Length of paylod. | |
| union { | |
| uint8_t data [32] | |
| Data payload. | |
| FirmwareInfo info | |
| Firmware information struct. | |
| }; | |
| Payload. | |
Represents a read response message.