<%@ Page Language="C#" Inherits="DiscImageChef.Server.ViewReport" %> <%-- // /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : ViewReport.aspx // Author(s) : Natalia Portillo // // Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // // Renders a device report. // // --[ License ] -------------------------------------------------------------- // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, see . // // ---------------------------------------------------------------------------- // Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ --%> DiscImageChef Device Report DiscImageChef Report for

USB characteristics:
Manufacturer:
Product:
Vendor ID:
Product ID:

FireWire characteristics:
Manufacturer:
Product:
Vendor ID:
Product ID:

PCMCIA characteristics:
Manufacturer:
Product:
Manufacturer code:
Card code:
Compliance: :

ATA characteristics:

:

<%# Container.DataItem?.ToString() ?? string.Empty %>

SCSI characteristics:
Vendor:
Product:
Revision:
<%# Container.DataItem?.ToString() ?? string.Empty %>

SCSI mode sense pages:
Mode Contents

SCSI extended vital product data pages:
EVPD Contents

SCSI CD-ROM capabilities:
<%# Container.DataItem?.ToString() ?? string.Empty %>

SCSI MMC features:
<%# Container.DataItem?.ToString() ?? string.Empty %>

SCSI Streaming device capabilities:
Block size granularity:
Maximum block length: bytes
Minimum block length: bytes

Information for supported density with primary code and secondary code
Drive can write this density:
Duplicate density:
Default density:
Density has bits per mm, with tracks in a mm width tape Name:
Organization:
Description:
Maximum capacity: megabytes

Information for supported media with type code
Drive can write this density:
Media is meters long in a mm width tape Name:
Organization:
Description:

Tested media:
<%# Container.DataItem?.ToString() ?? string.Empty %>

MultiMediaCard device:
<%# Container.DataItem?.ToString() ?? string.Empty %>

SecureDigital device:
<%# Container.DataItem?.ToString() ?? string.Empty %>