public abstract class ReadCapacityParameterData extends Object implements IResponseData
READ CAPACITY parameter data is sent in response to a successful READ CAPACITY (10) or
READ CAPACITY (16) SCSI command and is mainly used to inform the initiator about the number and length
of the unit's logical blocks.| Modifier and Type | Field and Description |
|---|---|
protected int |
logicalBlockLengthInBytes |
protected long |
returnedLogicalBlockAddress |
| Constructor and Description |
|---|
ReadCapacityParameterData(long returnedLogicalBlockAddress,
int logicalBlockLengthInBytes) |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.