mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added some device static values to variables.
This commit is contained in:
@@ -40,6 +40,17 @@ using System;
|
||||
|
||||
namespace DiscImageChef.Devices
|
||||
{
|
||||
public enum DeviceType
|
||||
{
|
||||
Unknown,
|
||||
ATA,
|
||||
ATAPI,
|
||||
SCSI,
|
||||
SecureDigital,
|
||||
MMC,
|
||||
NVMe
|
||||
}
|
||||
|
||||
#region ATA Commands
|
||||
/// <summary>
|
||||
/// All known ATA commands
|
||||
|
||||
Reference in New Issue
Block a user