See: Description
| Class | Description |
|---|---|
| CommandDescriptorBlock |
An abstract class for accessing the variables common to Command Descriptor Blocks of all sizes.
|
| FormatUnitCDB |
This class represents Command Descriptor Blocks for the
FORMAT UNIT SCSI command. |
| InquiryCDB |
This class represents Command Descriptor Blocks for the
INQUIRY SCSI command. |
| ModeSense6Cdb |
This class represents Command Descriptor Blocks for the
MODE SENSE (6) SCSI command. |
| Read10Cdb |
This class represents Command Descriptor Blocks for the
READ (10)
SCSI command. |
| Read6Cdb |
This class represents Command Descriptor Blocks for the
READ (6)
SCSI command. |
| ReadCapacity10Cdb |
This class represents Command Descriptor Blocks for the
READ CAPACITY (10) SCSI command. |
| ReadCapacity16Cdb |
This class represents Command Descriptor Blocks for the
READ CAPACITY (16) SCSI command. |
| ReadCapacityCdb |
This is an abstract super-class for command descriptor blocks that that are used for requesting information about the
capacity of the storage device.
|
| ReadCdb |
This abstract class represents Command Descriptor Blocks for
READ SCSI commands. |
| ReadOrWriteCdb |
This abstract class represents Command Descriptor Blocks for the
READ and WRITE SCSI
commands. |
| ReportLunsCDB |
This class represents Command Descriptor Blocks for the
REPORT LUNS SCSI command. |
| RequestSenseCdb |
This class represents Command Descriptor Blocks for the
REQUEST SENSE SCSI command, which requests that
the device server transfers sense data to the application client. |
| SendDiagnosticCdb |
This class represents Command Descriptor Blocks for the
SEND DIAGNOSTIC SCSI command. |
| TestUnitReadyCdb |
This class represents Command Descriptor Blocks for the
TEST UNIT READY SCSI command. |
| Write10Cdb |
This class represents Command Descriptor Blocks for the
WRITE (6) SCSI command. |
| Write6Cdb |
This class represents Command Descriptor Blocks for the
WRITE (6) SCSI command. |
| WriteCdb |
This abstract class represents Command Descriptor Blocks for
WRITE SCSI commands. |
| Enum | Description |
|---|---|
| CdbType |
The
CdbType determines the length of a serialized CommandDescriptorBlock (CDB) object. |
| DefectListFormat |
If the
FormatUnitCDB.formatData bit is set to one, then the DEFECT LIST FORMAT field specifies the format of
the address descriptors in the defect list. |
| ScsiOperationCode |
The OPERATION CODE of a Command Descriptor Block specifies the type of command the initiator wants the target to
perform.
|
| SelectReport |
The SELECT REPORT field is a member of the
ReportLunsCDB and specifies the types of logical unit addresses
that shall be reported. |
| SelfTestCode |
The SELF-TEST CODE field is a member of SEND DIAGNOSTIC CDBs.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.