REFACTOR: Final cleanup of DiscImageChef.Decoders.

This commit is contained in:
2017-12-23 18:31:38 +00:00
parent 60ed13e9b3
commit 354e31d149
100 changed files with 4791 additions and 4707 deletions

View File

@@ -44,15 +44,15 @@ namespace DiscImageChef.Decoders.SCSI
public struct Capability
{
/// <summary>
/// READ/SEND DISC STRUCTURE format code
/// READ/SEND DISC STRUCTURE format code
/// </summary>
public byte FormatCode;
/// <summary>
/// Supported in SEND DISC STRUCTURE
/// Supported in SEND DISC STRUCTURE
/// </summary>
public bool SDS;
/// <summary>
/// Supported in READ DISC STRUCTURE
/// Supported in READ DISC STRUCTURE
/// </summary>
public bool RDS;
}