-
- All Implemented Interfaces:
public class CommandStatusWrapper.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerCOMMAND_PASSEDprivate final IntegerCOMMAND_FAILEDprivate final IntegerPHASE_ERRORprivate final IntegerSIZEpublic final static CommandStatusWrapper.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCOMMAND_PASSED()SCSI command has successfully been executed. final IntegergetCOMMAND_FAILED()SCSI command could not be executed, host should issue an SCSI request sense. final IntegergetPHASE_ERROR()SCSI command could not be executed, host should issue a mass storage reset. final IntegergetSIZE()Every CSW has the same size. -
-
Method Detail
-
getCOMMAND_PASSED
final Integer getCOMMAND_PASSED()
SCSI command has successfully been executed.
-
getCOMMAND_FAILED
final Integer getCOMMAND_FAILED()
SCSI command could not be executed, host should issue an SCSI request sense.
-
getPHASE_ERROR
final Integer getPHASE_ERROR()
SCSI command could not be executed, host should issue a mass storage reset.
-
-
-
-