| Package | Description |
|---|---|
| org.jscsi.target.scsi.sense.senseDataDescriptor |
This package contains all classes that represent sense data descriptors, elements
of sense data used to provide more specific error information.
|
| Modifier and Type | Method and Description |
|---|---|
static SenseDataDescriptorType |
SenseDataDescriptorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SenseDataDescriptorType[] |
SenseDataDescriptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SenseDataDescriptor(SenseDataDescriptorType descriptorType,
int additionalLength)
The abstract constructor.
|
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.