Implemented reading SD/MMC using buffered OS calls.

This commit is contained in:
2020-12-12 22:48:03 +00:00
parent 04a2626125
commit c788a4ded5
12 changed files with 114 additions and 3 deletions

View File

@@ -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();
}
}