![]() |
![]() |
|
RadioTestLibrary
1.34.0
|
This structure is used as input to RTLDevice::eraseFlash().
More...
#include <rtl_flash_handler.h>
Data Fields | |
| RTL_ERASE_TYPE | type |
| QString | parameters |
This structure is used as input to RTLDevice::eraseFlash().
| EraseInfo_t::type |
Type of erase to perform. See RTL_ERASE_TYPE for supported types.
Referenced by RTLFlashHandler::eraseFlash(), and RTLFlashHandler::initEraseInfo().
| EraseInfo_t::parameters |
String with additional parameter information. If type is set to RTLDevice::ET_ERASE_PAGE_RANGE, this field must contain the pages to erase. The pages can be given as a range and/or single pages. E.g.: "0-5,8" erases page 0, 1, 2, 3, 4, 5 and 8.
Referenced by RTLFlashHandler::eraseFlash(), and RTLFlashHandler::initEraseInfo().