| Package | Description |
|---|---|
| org.jscsi.target.scsi.cdb |
This package contains all classes representing Command Descriptor Blocks (CDBs),
which are used by the SCSI initiator to convey commands and parameters to the
SCSI target.
|
| org.jscsi.target.scsi.modeSense |
This package contains all those classes which are most relevant to processing
the
MODE SENSE (6) SCSI command, which is used by the SCSI
initiator to gather information about target devices. |
| Modifier and Type | Method and Description |
|---|---|
PageControl |
ModeSense6Cdb.getPageControl() |
| Modifier and Type | Method and Description |
|---|---|
static PageControl |
PageControl.getPageControl(int value) |
static PageControl |
PageControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageControl[] |
PageControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.