DmiEventData

To send an event, the component instrumentation sends a DmiIndicate block to the service layer's DmiIndicate() entry point. The event data is defined in a DmiEventData block that corresponds to the oIndicationData field in the DmiIndicate block.

The format for the command block is: ┌──────────────────────────────────────────────────────────────────────────────┐
│ Table 48. DmiEventData Command Block │
├───────────────┬───────────────┬───────────────┬──────────────────────────────┤
│ OFFSET │ SIZE │ TYPE │ VARIABLE NAME │
├───────────────┼───────────────┼───────────────┼──────────────────────────────┤
│ 0 │ 4 │ INT │ iClassCount │
├───────────────┼───────────────┼───────────────┼──────────────────────────────┤
│ 4 │ 4 │ STRUCT │ DmiClassData[ ] │
└───────────────┴───────────────┴───────────────┴──────────────────────────────┘