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:
@@ -38,6 +38,11 @@ namespace DiscImageChef.Server.App_Start
|
||||
{
|
||||
static class ScsiInquiry
|
||||
{
|
||||
/// <summary>
|
||||
/// Takes the SCSI INQUIRY 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="inquiry">INQUIRY part of the report</param>
|
||||
/// <returns>List of values</returns>
|
||||
internal static List<string> Report(scsiInquiryType inquiry)
|
||||
{
|
||||
List<string> scsiOneValue = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user