ManagementNetworkAddressInquiry

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

Constructors

this
this(SCSIDevice dev)

Members

Classes

NetworkServicesDescriptor
class NetworkServicesDescriptor

NetworkServicesDescriptor is used to unmarshall a single NSD from the MNA VPD page.

Functions

unmarshall
void unmarshall()

Method used to unmarshall the datain buffer.

Properties

network_descriptors
auto network_descriptors [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
network_descriptors_length
size_t network_descriptors_length [@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