mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
REFACTOR: Final cleanup of DiscImageChef.Decoders.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user