|
libdrmconf
0.12.0
A library to program DMR radios.
|
Response to a PREPARE_CODEPLUG_READ command.
More...
#include <dr1801uv_interface.hh>
Public Member Functions | |
| bool | isSuccessful () const |
Returns true, if the operation was successful. | |
| uint32_t | getSize () const |
| Returns the codeplug size in bytes. | |
Public Attributes | |
| uint8_t | success |
| If successful, set to 0x01. | |
| uint32_t | size |
| Contains the size of the codeplug in big-endian. | |
| uint8_t | _unknown [10] |
| Some additional information. | |
Response to a PREPARE_CODEPLUG_READ command.
Contains some information about the codeplug to read.