mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add packet for get device type.
This commit is contained in:
@@ -16,7 +16,9 @@ namespace DiscImageChef.Devices.Remote
|
||||
CommandAtaLba48 = 11,
|
||||
ResponseAtaLba48 = 12,
|
||||
CommandSdhci = 13,
|
||||
ResponseSdhci = 14
|
||||
ResponseSdhci = 14,
|
||||
CommandGetType = 15,
|
||||
ResponseGetType = 16
|
||||
}
|
||||
|
||||
public enum DicNopReason : byte
|
||||
|
||||
Reference in New Issue
Block a user