The DmiCiCommand block is included in the DmiMgmtCommand block and provides information for the component instrumentation.
The format for the command block is: ┌──────────────────────────────────────────────────────────────────────────────┐
Variable Name
│ Table 15. DmiCiCommand Command Block │
├───────────────┬───────────────┬───────────────┬──────────────────────────────┤
│ OFFSET │ SIZE │ TYPE │ VARIABLE NAME │
├───────────────┼───────────────┼───────────────┼──────────────────────────────┤
│ 0 │ 4 │ OFFSET │ oCmdListEntry │
├───────────────┼───────────────┼───────────────┼──────────────────────────────┤
│ 4 │ 4 │ INT │ iCnfBufLen │
├───────────────┼───────────────┼───────────────┼──────────────────────────────┤
│ 8 │ 4 │ PTR │ pCnfBuf │
├───────────────┼───────────────┼───────────────┼──────────────────────────────┤
│ 12 │ 4 │ PTR │ pConfirmFunc │
└───────────────┴───────────────┴───────────────┴──────────────────────────────┘
oCmdListEntry
Variable Description
void pConfirmFunc(DmiConfirm *buf)
buf points to a DmiConfirm block.