MSFC_PortEvent WMI Class

A WMI provider uses the MSFC_PortEvent WMI class to report port events.

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

class MSFC_PortEvent : WMIEvent {
  [key] 
  string InstanceName;
  boolean Active;
  [WmiDataId(1), Description("Type of event") : amended,
    EVENT_TYPES_QUALIFIERS] uint32  EventType;
  [WmiDataId(2), Description("Fabric port id") : amended]
    uint32 FabricPortId;
  [WmiDataId(3), Description("Port WWN") : amended,
    HBAType("HBA_WWN")] uint8  PortWWN[8];
};

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

MSFC_PortEvent