mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add packets for SCSI, ATA and SDHCI commands.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user