mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add packet for get device type.
This commit is contained in:
@@ -40,12 +40,12 @@ namespace DiscImageChef.CommonTypes.Enums
|
||||
{
|
||||
public enum DeviceType
|
||||
{
|
||||
Unknown,
|
||||
ATA,
|
||||
ATAPI,
|
||||
SCSI,
|
||||
SecureDigital,
|
||||
MMC,
|
||||
NVMe
|
||||
Unknown = -1,
|
||||
ATA = 1,
|
||||
ATAPI = 2,
|
||||
SCSI = 3,
|
||||
SecureDigital = 4,
|
||||
MMC = 5,
|
||||
NVMe = 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user