On debug add more binary data from the responses to the report.

This commit is contained in:
2017-09-05 15:47:36 +01:00
parent 6d4c3f302d
commit 5e2dff4dee
7 changed files with 53 additions and 12 deletions

View File

@@ -60,6 +60,7 @@ namespace DiscImageChef.Metadata
public string Manufacturer { get; set; }
public string Product { get; set; }
public bool RemovableMedia { get; set; }
public byte[] Descriptors { get; set; }
}
public class firewireType
@@ -154,10 +155,11 @@ namespace DiscImageChef.Metadata
public uint WRVSectorCountMode3 { get; set; }
public uint WRVSectorCountMode2 { get; set; }
public byte[] Identify { get; set; }
public testedMediaType ReadCapabilities { get; set; }
public testedMediaType[] RemovableMedias { get; set; }
[XmlIgnore]
public bool AdditionalPIDSpecified { get; set; }
[XmlIgnore]
@@ -339,6 +341,8 @@ namespace DiscImageChef.Metadata
public testedMediaType ReadCapabilities { get; set; }
public testedMediaType[] RemovableMedias { get; set; }
public sscType SequentialDevice { get; set; }
public byte[] ModeSense6Data { get; set; }
public byte[] ModeSense10Data { get; set; }
[XmlIgnore]
public bool ReadCapabilitiesSpecified { get; set; }
@@ -385,6 +389,7 @@ namespace DiscImageChef.Metadata
public ushort[] VersionDescriptors { get; set; }
public bool WideBus16 { get; set; }
public bool WideBus32 { get; set; }
public byte[] Data { get; set; }
[XmlIgnore]
public bool ANSIVersionSpecified { get; set; }
@@ -750,6 +755,9 @@ namespace DiscImageChef.Metadata
public bool SupportsReadLong16 { get; set; }
public bool SupportsReadLong { get; set; }
public byte[] ModeSense6Data { get; set; }
public byte[] ModeSense10Data { get; set; }
[XmlIgnore]
public bool BlocksSpecified { get; set; }
[XmlIgnore]
@@ -995,6 +1003,9 @@ namespace DiscImageChef.Metadata
public SupportedDensity[] SupportedDensities { get; set; }
public SupportedMedia[] SupportedMediaTypes { get; set; }
public byte[] ModeSense6Data { get; set; }
public byte[] ModeSense10Data { get; set; }
[XmlIgnore]
public bool CanReadMediaSerialSpecified { get; set; }
[XmlIgnore]