mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Implemented SCSI READ DISC INFORMATION.
This commit is contained in:
@@ -3018,5 +3018,21 @@ namespace DiscImageChef.Devices
|
||||
/// </summary>
|
||||
WriteLong16 = ReadLong16
|
||||
}
|
||||
|
||||
public enum MmcDiscInformationDataTypes : byte
|
||||
{
|
||||
/// <summary>
|
||||
/// Standard Disc Information
|
||||
/// </summary>
|
||||
DiscInformation = 0x00,
|
||||
/// <summary>
|
||||
/// Track Resources Information
|
||||
/// </summary>
|
||||
TrackResources = 0x01,
|
||||
/// <summary>
|
||||
/// POW Resources Information
|
||||
/// </summary>
|
||||
POWResources = 0x02
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user