public class ScsiTestUnitReady extends CommandBlockWrapper
ScsiBlockDevice.
This command has no data phase, the result is determined by
#getbCswStatus().
CommandBlockWrapper.DirectiondCbwDataTransferLength| Constructor and Description |
|---|
ScsiTestUnitReady() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.nio.ByteBuffer buffer)
Serializes the command block wrapper for transmission.
|
getdCbwDataTransferLength, getdCbwTag, getDirection, setdCbwTagpublic void serialize(java.nio.ByteBuffer buffer)
CommandBlockWrapperThis method should be called in every subclass right before the specific SCSI command serializes itself to the buffer!
serialize in class CommandBlockWrapperbuffer - The buffer were the serialized data should be copied to.