From da452ea83444fc3797496888a7ab2c8263cdf04d Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 20 Jul 2020 06:11:31 +0100 Subject: [PATCH] More XML documentation. --- Aaru.Devices/Device/ScsiCommands/MMC.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Aaru.Devices/Device/ScsiCommands/MMC.cs b/Aaru.Devices/Device/ScsiCommands/MMC.cs index b0d6990ea..d325e050d 100644 --- a/Aaru.Devices/Device/ScsiCommands/MMC.cs +++ b/Aaru.Devices/Device/ScsiCommands/MMC.cs @@ -708,8 +708,11 @@ namespace Aaru.Devices /// true if the command failed and contains the sense buffer. /// Buffer where the SCSI READ DISC INFORMATION response will be stored /// Sense buffer. + /// Track/session/sector address /// Timeout in seconds. /// Duration in milliseconds it took for the device to execute the command. + /// Report information of non-closed tracks + /// Type of information to retrieve public bool ReadTrackInformation(out byte[] buffer, out byte[] senseBuffer, bool open, TrackInformationType type, uint address, uint timeout, out double duration) {