Package com.github.mjdev.libaums.driver.scsi.commands
See: Description
-
Enum Summary Enum Description Direction The direction of the data phase of the SCSI command. -
Class Summary Class Description CommandBlockWrapper This class represents the command block wrapper (CBW) which is always wrapped around a specific SCSI command in the SCSI transparent command set standard. CommandStatusWrapper This class represents the command status wrapper (CSW) in the SCSI transparent command set standard, which is transmitted from the device to the host after the data phase (if any). ScsiInquiry This class represents a SCSI Inquiry command. ScsiInquiryResponse This class represents the response of a SCSI Inquiry. ScsiRead10 SCSI command to read from the mass storage device. ScsiReadCapacity Represents the command to read the capacity from the mass storage device. ScsiReadCapacityResponse Represents the response of a read capacity request. ScsiTestUnitReady This command is used to determine if the logical unit of the mass storage device is ready. ScsiWrite10 SCSI command to write to the mass storage device.