HBAScsiID WMI Class

An HBA miniport driver that supports the T11 committee's Fibre Channel HBA API specification uses the HBAScsiID class to identify a logical unit by means of the device's name in the operating system and its SCSI information.

The HBAScsiID class is defined as follows in Hbaapi.mof:

class HBAScsiID { 
  [WmiDataId(1)] uint32  ScsiBusNumber;
  [WmiDataId(2)] uint32  ScsiTargetNumber;
  [WmiDataId(3)] uint32  ScsiOSLun;
  [WmiDataId(4),MAX(257)] uint16  OSDeviceName[];
};

When compiled by the WMI tool suite this class definition produces the following data structure:

HBAScsiID

There are no methods associated with this WMI class.