Home
last modified time | relevance | path

Searched defs:startingBlock (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DLBABackend.cs58 public byte[] Read(int startingBlock, int numberOfBlocksToRead = 1) in Read()
68 public void Write(int startingBlock, byte[] data, int numberOfBlocksToWrite = 1) in Write()