LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents all privacy settings within the codeplug on the device. More...
#include <uv390_codeplug.hh>
Public Member Functions | |
privacy_t () | |
Default constructor. | |
void | clear () |
Resets all privacy keys. | |
Public Attributes | |
uint8_t | enhanced_keys [8][16] |
8 x 16-byte enhanced keys. Filled with 0xff by default. | |
uint8_t | _reserved [16] |
Unused/reserved space 16-byte filled with 0xff. | |
uint8_t | basic_keys [16][2] |
16 x 2-byte basic keys. Filled with 0xff by default. | |
Represents all privacy settings within the codeplug on the device.