Batch operation for multiple ROM modifications. More...
#include <rom_automation_api.h>
Public Types | |
| enum | Type { READ , WRITE , VERIFY , PATCH } |
Public Attributes | |
| Type | type |
| uint32_t | address |
| std::vector< uint8_t > | data |
| nlohmann::json | params |
Batch operation for multiple ROM modifications.
Definition at line 206 of file rom_automation_api.h.
| Enumerator | |
|---|---|
| READ | |
| WRITE | |
| VERIFY | |
| PATCH | |
Definition at line 207 of file rom_automation_api.h.
| Type yaze::cli::automation::RomAutomationAPI::BatchOperation::type |
Definition at line 208 of file rom_automation_api.h.
| uint32_t yaze::cli::automation::RomAutomationAPI::BatchOperation::address |
Definition at line 209 of file rom_automation_api.h.
| std::vector<uint8_t> yaze::cli::automation::RomAutomationAPI::BatchOperation::data |
Definition at line 210 of file rom_automation_api.h.
| nlohmann::json yaze::cli::automation::RomAutomationAPI::BatchOperation::params |
Definition at line 211 of file rom_automation_api.h.