mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
DOCUMENTATION: Added XML documentation to DiscImageChef.Server.
This commit is contained in:
@@ -39,6 +39,11 @@ namespace DiscImageChef.Server.App_Start
|
||||
{
|
||||
public static class ScsiMmcMode
|
||||
{
|
||||
/// <summary>
|
||||
/// Takes the MODE PAGE 2Ah part of a device report and prints it as a list of values to be sequenced by ASP.NET in the rendering
|
||||
/// </summary>
|
||||
/// <param name="mode">MODE PAGE 2Ah part of the report</param>
|
||||
/// <param name="mmcOneValue">List to put the values on</param>
|
||||
public static void Report(mmcModeType mode, ref List<string> mmcOneValue)
|
||||
{
|
||||
if(mode.PlaysAudio) mmcOneValue.Add("Drive can play audio");
|
||||
|
||||
Reference in New Issue
Block a user