Add packets for SCSI, ATA and SDHCI commands.

This commit is contained in:
2019-10-14 00:42:13 +01:00
parent 53a8a11408
commit 1dd75018e3
3 changed files with 148 additions and 6 deletions

View File

@@ -6,7 +6,17 @@ namespace DiscImageChef.Devices.Remote
Hello = 1,
CommandListDevices = 2,
ResponseListDevices = 3,
CommandOpen = 4
CommandOpen = 4,
CommandScsi = 5,
ResponseScsi = 6,
CommandAtaChs = 7,
ResponseAtaChs = 8,
CommandAtaLba28 = 9,
ResponseAtaLba28 = 10,
CommandAtaLba48 = 11,
ResponseAtaLba48 = 12,
CommandSdhci = 13,
ResponseSdhci = 14
}
public enum DicNopReason : byte