LibDMRConf  0.5.0
A library to program DMR radios.
Public Attributes | List of all members
D878UVCodeplug::message_t Struct Reference

Represents a prefabricated SMS message within the binary codeplug. More...

#include <d878uv_codeplug.hh>

Public Attributes

char text [99]
 Up to 99 ASCII chars, 0-padded.
 
uint8_t _unused100 [157]
 Unused, set to 0.
 

Detailed Description

Represents a prefabricated SMS message within the binary codeplug.

Memmory layout of encoded radio ID (256byte):

     0                               8                               16                              24
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
00 | Message text, 99 ASCII chars, 0-padded                                                                                     ...
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
60  ...                                                                                            |  157 unused bytes, 0x00    ...
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
fc  ...                                                                                                                            |
   +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

The documentation for this struct was generated from the following file: