yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::automation::RomAutomationAPI::BatchOperation Struct Reference

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
 

Detailed Description

Batch operation for multiple ROM modifications.

Definition at line 206 of file rom_automation_api.h.

Member Enumeration Documentation

◆ Type

Enumerator
READ 
WRITE 
VERIFY 
PATCH 

Definition at line 207 of file rom_automation_api.h.

Member Data Documentation

◆ type

Type yaze::cli::automation::RomAutomationAPI::BatchOperation::type

Definition at line 208 of file rom_automation_api.h.

◆ address

uint32_t yaze::cli::automation::RomAutomationAPI::BatchOperation::address

Definition at line 209 of file rom_automation_api.h.

◆ data

std::vector<uint8_t> yaze::cli::automation::RomAutomationAPI::BatchOperation::data

Definition at line 210 of file rom_automation_api.h.

◆ params

nlohmann::json yaze::cli::automation::RomAutomationAPI::BatchOperation::params

Definition at line 211 of file rom_automation_api.h.


The documentation for this struct was generated from the following file: