mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: All refactor in DiscImageChef.Decoders.
This commit is contained in:
@@ -30,8 +30,11 @@
|
||||
// Copyright © 2011-2018 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace DiscImageChef.Decoders.SCSI
|
||||
{
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public enum MediumTypes : byte
|
||||
{
|
||||
Default = 0x00,
|
||||
@@ -585,6 +588,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
#endregion Medium Types found in vendor documents
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public enum DensityType : byte
|
||||
{
|
||||
Default = 0x00,
|
||||
|
||||
Reference in New Issue
Block a user