@model DiscImageChef.CommonTypes.Metadata.ScsiMode @{ Layout = null; } Delete

Are you sure you want to delete this?

ScsiMode


@Html.DisplayNameFor(model => model.MediumType)
@Html.DisplayFor(model => model.MediumType)
@Html.DisplayNameFor(model => model.WriteProtected)
@Html.DisplayFor(model => model.WriteProtected)
@Html.DisplayNameFor(model => model.Speed)
@Html.DisplayFor(model => model.Speed)
@Html.DisplayNameFor(model => model.BufferedMode)
@Html.DisplayFor(model => model.BufferedMode)
@Html.DisplayNameFor(model => model.BlankCheckEnabled)
@Html.DisplayFor(model => model.BlankCheckEnabled)
@Html.DisplayNameFor(model => model.DPOandFUA)
@Html.DisplayFor(model => model.DPOandFUA)
| Back to List