![]() |
![]() |
|
RadioTestLibrary
1.34.0
|
This structure is used as input to RTLDevice::programFlash() and RTLDevice::verifyFlash().
More...
#include <rtl_flash_handler.h>
Data Fields | |
| RTL_PROGRAM_TYPE | type |
| QString | parameters |
This structure is used as input to RTLDevice::programFlash() and RTLDevice::verifyFlash().
| ProgramInfo_t::type |
Type of program action to perform. See RTL_PROGRAM_TYPE for supported types.
Referenced by RTLFlashHandler::initProgramInfo(), RTLFlashHandler::programFlash(), and RTLFlashHandler::verifyFlash().
| ProgramInfo_t::parameters |
String with additional parameter information. If type is set to RTLDevice::PT_PROGRAM_EXLUDE_PAGES, this field must contain the pages to exclude. The pages can be given as a range and/or single pages. E.g.: "0-5,8" excludes page 0, 1, 2, 3, 4, 5 and 8. If type is set to RTLDevice::PT_PROGRAM_EXLUDE_PAGES_FILLED_WITH, this field must contain value to exclude, e.g. "0x00".
Referenced by RTLFlashHandler::initProgramInfo(), RTLFlashHandler::programFlash(), and RTLFlashHandler::verifyFlash().