clase WMI de MSFC_PortEvent
Un proveedor WMI usa la clase WMI de MSFC_PortEvent para notificar eventos de puerto.
La clase MSFC_PortEvent se define de la siguiente manera en 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];
};
Cuando se compila mediante el conjunto de herramientas WMI, esta definición de clase genera la siguiente estructura de datos: