mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
DOCUMENTATION: Added XML documentation to DiscImageChef.Server.
This commit is contained in:
@@ -37,6 +37,11 @@ namespace DiscImageChef.Server.App_Start
|
||||
{
|
||||
public static class SscTestedMedia
|
||||
{
|
||||
/// <summary>
|
||||
/// Takes the tested media from SCSI Streaming devices of a device report and prints it as a list of values
|
||||
/// </summary>
|
||||
/// <param name="mediaOneValue">List to put values on</param>
|
||||
/// <param name="testedMedia">List of tested media</param>
|
||||
public static void Report(IEnumerable<SequentialMedia> testedMedia, ref List<string> mediaOneValue)
|
||||
{
|
||||
foreach(SequentialMedia media in testedMedia)
|
||||
|
||||
Reference in New Issue
Block a user