UnitSerialNumberInquiry

UnitSerialNumberInquiry class to encapsulate the unmarshall'ing of the datain buffer.

Constructors

this
this(SCSIDevice dev)

Members

Functions

unmarshall
void unmarshall()

Abstract method used to unmarshall the datain buffer.

Properties

serial_length
ubyte serial_length [@property getter]

Get the length of the serial number. This will match the serial number string length.

unit_serial_number
string unit_serial_number [@property getter]

Get the unit serial number string.

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