PDOSCSI_ADDR WMI Class

An MPIO driver uses the PDOSCSI_ADDR WMI class to identify the SCSI address of a physical device.

class PDOSCSI_ADDR
{
    //
    // ScsiAddress: Port, Bus, Target, Lun
    //
    [WmiDataId(1)] uint8 PortNumber;
    [WmiDataId(2)] uint8 ScsiPathId;
    [WmiDataId(3)] uint8 TargetId;
    [WmiDataId(4)] uint8 Lun;
};

When this class definition iscompiled by the WMI tool suite, it produces the PDOSCSI_ADDR data structure. There are no methods associated with this WMI class.