mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Having a globally accessed static SCSI Peripheral Device Type
allows easier command filtering.
This commit is contained in:
@@ -51,6 +51,7 @@ namespace DiscImageChef.Devices
|
||||
string model;
|
||||
string revision;
|
||||
string serial;
|
||||
Decoders.SCSI.PeripheralDeviceTypes scsiType;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the Platform ID for this device
|
||||
@@ -169,6 +170,14 @@ namespace DiscImageChef.Devices
|
||||
return serial;
|
||||
}
|
||||
}
|
||||
|
||||
public Decoders.SCSI.PeripheralDeviceTypes SCSIType
|
||||
{
|
||||
get
|
||||
{
|
||||
return scsiType;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user