LibDMRConf
0.5.0
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 } |
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. | |
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, max 32 bytes in big endian. | |
Represents a read message.
uint8_t OpenGD77Interface::ReadRequest::command |
Memory to read from, FLASH, EEPROM, ROM, etc.