Module constants

Source
Expand description

Constantsยง

CHECK_CONDITION
Indicates that sense data has been delivered in the buffer.
GOOD
Indicates the completion of the command without error.
ILLEGAL_REQUEST
Indicates an illegal request.
INQUIRY
Opcode for INQUIRY command.
MAINTENANCE_IN
Opcode for MAINTENANCE IN command.
MEDIUM_ERROR
Indicates an error that may have been caused by a flaw in the medium or an error in the recorded data.
MODE_SELECT_6
Opcode for MODE SELECT(6) command.
MODE_SENSE_6
Opcode for MODE SENSE(6) command.
NO_SENSE
Indicates that there is no specific sense data to be reported.
READ_6
Opcode for READ(6) command.
READ_10
Opcode for READ(10) command.
READ_CAPACITY_10
Opcode for READ CAPACITY(10) command.
READ_CAPACITY_16
READ CAPACITY(16)
REPORT_LUNS
Opcode for REPORT LUNS command.
REPORT_SUPPORTED_TASK_MANAGEMENT_FUNCTIONS
REPORT SUPPORTED TASK MANAGEMENT FUNCTIONS
REQUEST_SENSE
Opcode for REQUEST SENSE command.
SERVICE_ACTION_IN_16
Opcode for SERVICE ACTION IN(16) command.
SYNCHRONIZE_CACHE_10
Opcode for SYNCHRONIZE CACHE(10) command.
TEST_UNIT_READY
Opcode for TEST UNIT READY command.
TYPE_DISK
Indicates the id of disk type.
UNIT_ATTENTION
Indicates that a unit attention condition has been established.
UNMAP
Opcode for UNMAP command.
WRITE_10
Opcode for WRITE(10) command.
WRITE_SAME_10
Opcode for WRITE SAME(10) command.
WRITE_SAME_16
Opcode for WRITE SAME(16) command.