StandardInquiry

Standard Inquiry class to encapsulate the unmarshall'ing of the datain buffer.

Constructors

this
this(SCSIDevice dev)

Constructor for the StandardInquiry; sets opcode to 0x00 and evpd to false.

Members

Functions

unmarshall
void unmarshall()

Method used to unmarshall the datain buffer.

Properties

acc
ubyte acc [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
additional_length
ubyte additional_length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
addr16
ubyte addr16 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
bque
ubyte bque [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
clocking
ubyte clocking [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cmdque
ubyte cmdque [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
encserv
ubyte encserv [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hisup
ubyte hisup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ius
ubyte ius [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mchngr
ubyte mchngr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
multip
ubyte multip [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
normaca
ubyte normaca [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
product_identification
string product_identification [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
product_revision_level
string product_revision_level [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
protect
ubyte protect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
qas
ubyte qas [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
response_data_format
ubyte response_data_format [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rmb
ubyte rmb [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sccs
ubyte sccs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sync
ubyte sync [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
t10_vendor_identification
string t10_vendor_identification [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
threepc
ubyte threepc [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tpgs
ubyte tpgs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
versionField
ubyte versionField [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
wbus16
ubyte wbus16 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Inquiry_Base

INQUIRY_COMMAND
int INQUIRY_COMMAND;
Undocumented in source.
unmarshall
void unmarshall()

Abstract method used to unmarshall the datain buffer.

evpd
bool evpd [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pagecode
ubyte pagecode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
peripheral_qualifier
ubyte peripheral_qualifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
peripheral_device_type
ubyte peripheral_device_type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta