LibDMRConf
0.5.0
A library to program DMR radios.
|
Represents the boot settings within the binary codeplug. More...
#include <rd5r_codeplug.hh>
Public Attributes | |
uint8_t | boot_text |
Shows intro lines at boot (see RD5RCodeplug::intro_text_t ), 0=image, 1=text, default=1. | |
uint8_t | boot_password_enabled |
Enables to boot-password, 0=disabled, 1=enabled, default=0. | |
uint8_t | _unknown2 |
Unkown, set to 0. | |
uint8_t | _unknown3 |
Unkown, set to 0. | |
uint8_t | password [3] |
Boot password 6 x BCD number. | |
uint8_t | _unknown7 |
Unkown, set to 0. | |
uint8_t | empty [24] |
Unkown (boot image?), set to 0. | |
Represents the boot settings within the binary codeplug.