Add packet for get device type.

This commit is contained in:
2019-10-14 01:02:25 +01:00
parent 1dd75018e3
commit 3df019304f
4 changed files with 30 additions and 8 deletions

View File

@@ -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