|
libdrmconf
0.10.4
A library to program DMR radios.
|
Represents a read message. More...
#include <opengd77_interface.hh>
Public Types | |
| enum | Command { READ_FLASH = 1 , READ_EEPROM = 2 , READ_MCU_ROM = 5 , READ_DISPLAY_BUFFER = 6 , READ_WAV_BUFFER = 7 , READ_AMBE_BUFFER = 8 , READ_FIRMWARE_INFO = 9 } |
| Possible read sources. | |
Public Member Functions | |
| bool | initReadFlash (uint32_t address, uint16_t length) |
| Constructs a FLASH read message. | |
| bool | initReadEEPROM (uint32_t address, uint16_t length) |
| Constructs a EEPROM read message. | |
| bool | initReadFirmwareInfo () |
| Constructs a firmware-info read message. | |
Public Attributes | |
| char | type |
| 'R' read block, 'W' write block, 'C' command. | |
| uint8_t | command |
| Memory to read from, FLASH, EEPROM, ROM, etc. More... | |
| uint32_t | address |
| Memory address to read from in big endian. | |
| uint16_t | length |
| Amount of data to read in big endian. | |
Represents a read message.
| uint8_t OpenGD77Interface::ReadRequest::command |
Memory to read from, FLASH, EEPROM, ROM, etc.