-
- All Implemented Interfaces:
public class ScsiRequestSenseResponse.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerNO_SENSEprivate final IntegerRECOVERED_ERRORprivate final IntegerNOT_READYprivate final IntegerMEDIUM_ERRORprivate final IntegerHARDWARE_ERRORprivate final IntegerILLEGAL_REQUESTprivate final IntegerUNIT_ATTENTIONprivate final IntegerDATA_PROTECTprivate final IntegerBLANK_CHECKprivate final IntegerCOPY_ABORTEDprivate final IntegerABORTEDprivate final IntegerVOLUME_OVERFLOWprivate final IntegerMISCOMPAREprivate final IntegerCOMPLETEDpublic final static ScsiRequestSenseResponse.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ScsiRequestSenseResponseread(ByteBuffer buffer)Constructs a new object with the given data. final IntegergetNO_SENSE()final IntegergetRECOVERED_ERROR()final IntegergetNOT_READY()final IntegergetMEDIUM_ERROR()final IntegergetHARDWARE_ERROR()final IntegergetILLEGAL_REQUEST()final IntegergetUNIT_ATTENTION()final IntegergetDATA_PROTECT()final IntegergetBLANK_CHECK()final IntegergetCOPY_ABORTED()final IntegergetABORTED()final IntegergetVOLUME_OVERFLOW()final IntegergetMISCOMPARE()final IntegergetCOMPLETED()-
-
Method Detail
-
read
final ScsiRequestSenseResponse read(ByteBuffer buffer)
Constructs a new object with the given data.
- Parameters:
buffer- The data where the .
-
getNO_SENSE
final Integer getNO_SENSE()
-
getRECOVERED_ERROR
final Integer getRECOVERED_ERROR()
-
getNOT_READY
final Integer getNOT_READY()
-
getMEDIUM_ERROR
final Integer getMEDIUM_ERROR()
-
getHARDWARE_ERROR
final Integer getHARDWARE_ERROR()
-
getILLEGAL_REQUEST
final Integer getILLEGAL_REQUEST()
-
getUNIT_ATTENTION
final Integer getUNIT_ATTENTION()
-
getDATA_PROTECT
final Integer getDATA_PROTECT()
-
getBLANK_CHECK
final Integer getBLANK_CHECK()
-
getCOPY_ABORTED
final Integer getCOPY_ABORTED()
-
getABORTED
final Integer getABORTED()
-
getVOLUME_OVERFLOW
final Integer getVOLUME_OVERFLOW()
-
getMISCOMPARE
final Integer getMISCOMPARE()
-
getCOMPLETED
final Integer getCOMPLETED()
-
-
-
-