SupportedVPDPagesInquiry

SupportedVPDPagesInquiry 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

page_length
ubyte page_length [@property getter]

Get the page length of the VPD pages buffer.

supported_pages
ubyte[] supported_pages [@property getter]

Get the array of supported VPD pages.

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