When PhysicalInterface MMC feature is unknown, store integer value separately in the report.

This commit is contained in:
2017-09-10 22:03:20 +01:00
parent 9e0be48cc2
commit d60060d266
2 changed files with 9 additions and 0 deletions

View File

@@ -649,6 +649,7 @@ namespace DiscImageChef.Metadata
public uint LogicalBlockSize { get; set; }
public bool MultiRead { get; set; }
public Decoders.SCSI.MMC.PhysicalInterfaces PhysicalInterfaceStandard { get; set; }
public uint PhysicalInterfaceStandardNumber { get; set; }
public bool PreventJumper { get; set; }
public bool SupportsAACS { get; set; }
public bool SupportsBusEncryption { get; set; }
@@ -672,6 +673,8 @@ namespace DiscImageChef.Metadata
[XmlIgnore]
public bool PhysicalInterfaceStandardSpecified { get; set; }
[XmlIgnore]
public bool PhysicalInterfaceStandardNumberSpecified { get; set; }
[XmlIgnore]
public bool AACSVersionSpecified { get; set; }
[XmlIgnore]
public bool AGIDsSpecified { get; set; }