mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Separate SCSI READ(6) from ATA READ SECTORS in device report.
This commit is contained in:
@@ -326,7 +326,7 @@ namespace DiscImageChef.CommonTypes.Metadata
|
||||
public bool? SupportsRead10 { get; set; }
|
||||
public bool? SupportsRead12 { get; set; }
|
||||
public bool? SupportsRead16 { get; set; }
|
||||
public bool? SupportsRead { get; set; }
|
||||
public bool? SupportsRead6 { get; set; }
|
||||
public bool? SupportsReadCapacity16 { get; set; }
|
||||
public bool? SupportsReadCapacity { get; set; }
|
||||
public bool? SupportsReadCd { get; set; }
|
||||
@@ -364,6 +364,7 @@ namespace DiscImageChef.CommonTypes.Metadata
|
||||
public bool? SupportsReadDma { get; set; }
|
||||
public bool? SupportsReadDmaRetry { get; set; }
|
||||
public bool? SupportsReadRetry { get; set; }
|
||||
public bool? SupportsReadSectors { get; set; }
|
||||
public bool? SupportsReadLongRetry { get; set; }
|
||||
public bool? SupportsSeek { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user