| Package | Description |
|---|---|
| org.jscsi.target.scsi |
This package and its sub-packages contain all classes which represent SCSI byte structures, elements consisting of
one or more fields, which are used by SCSI devices to exchange information.
|
| org.jscsi.target.scsi.sense |
This package contains all classes which represent SCSI sense data - data which gives a detailed account of current or
deferred SCSI errors.
|
| Constructor and Description |
|---|
ScsiResponseDataSegment(SenseData senseData,
int allocationLength)
Creates a
ScsiResponseDataSegment with SenseData. |
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptorFormatSenseData
Instances of this class represent sense data using the descriptor format.
|
class |
FixedFormatSenseData
Instances of this class represent sense data using the fixed format.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.