mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented reading SD/MMC using buffered OS calls.
This commit is contained in:
@@ -1445,5 +1445,8 @@ namespace Aaru.Devices.Remote
|
||||
}
|
||||
|
||||
public bool ReOpen() => throw new NotImplementedException();
|
||||
|
||||
public bool BufferedOsRead(out byte[] buffer, long offset, uint length, out double duration) =>
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user