MSFC_LinkEvent WMI Class

A WMI provider uses the MSFC_LinkEvent WMI class to report link events.

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

class MSFC_LinkEvent : WMIEvent {
  [key] 
  string InstanceName;
  boolean Active;
  [WmiDataId(1), Description("Type of event") : amended,
    EVENT_TYPES_QUALIFIERS] uint32  EventType;
  [WmiDataId(2), Description("Discovered Port WWN") : amended,    HBAType("HBA_WWN")]uint8  AdapterWWN[8];
  [WmiDataId(3), Description("Size of RLIR buffer") : amended]
    uint32 RLIRBufferSize;
  [WmiDataId(4), Description("Size of RLIR buffer") : amended,
     WmiSizeIs("RLIRBufferSize")]uint8 RLIRBuffer[];
};

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

MSFC_LinkEvent

There are no methods associated with this WMI class.