public class ScsiInquiry extends CommandBlockWrapper
The response is sent in the data phase.
ScsiInquiryResponseCommandBlockWrapper.DirectiondCbwDataTransferLength| Constructor and Description |
|---|
ScsiInquiry(byte allocationLength) |
| 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.