PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
ScsiCommandSense Class Reference

Gets SCSI sense data that results from a command sent with the SendCommand method. More...

Properties

byte ASC [get]
 SCSI Additional Sense Code.
 
byte ASCQ [get]
 SCSI Additional Sense Code Qualifier.
 
byte Key [get]
 SCSI Sense Key.
 
byte Reserved [get]
 Reserved.
 

Detailed Description

Gets SCSI sense data that results from a command sent with the SendCommand method.

Use this method when the LastError property returns ScsiInterfaceError.CheckSense.