public class ScsiInquiryResponse
extends java.lang.Object
This response is received in the data phase.
ScsiInquiry| Modifier and Type | Method and Description |
|---|---|
byte |
getPeripheralDeviceType()
The type of the mass storage device.
|
byte |
getPeripheralQualifier() |
byte |
getResponseDataFormat() |
byte |
getSpcVersion()
This method returns the version of the SCSI Primary Commands (SPC)
standard the device supports.
|
boolean |
isRemovableMedia() |
static ScsiInquiryResponse |
read(java.nio.ByteBuffer buffer)
Constructs a new object with the given data.
|
java.lang.String |
toString() |
public static ScsiInquiryResponse read(java.nio.ByteBuffer buffer)
buffer - The data where the ScsiInquiryResponse() is located.ScsiInquiryResponse().public byte getPeripheralQualifier()
public byte getPeripheralDeviceType()
public boolean isRemovableMedia()
public byte getSpcVersion()
public byte getResponseDataFormat()
public java.lang.String toString()
toString in class java.lang.Object