High Availability Software for the Intel® NetStructureTM ZT 4901 Technical Product Specification 81
IPMI API
ACCESN_STATUS - ACCESN_OK else error status code
Description:
Sends a request to an I2C device
8.5 imbSendIpmiRequest
Prototype:
ACCESN_STATUS imbSendIpmiRequest (
IMBPREQUESTDATA *pImbReq,
BYTE * pRespData,
int * pRespD a taLen,
BYTE * pCompCode,
BOOL bWaitForResponse
)
Parameters:
pImbReq, - request info and data
pRespData, - where to put response data
pRespDataLen, - how much response data there is
pCompCode, - request statu s fr om des tin atio n controller
bWaitForResponse - Wait for a response
Returns:
ACCESN_STATUS ACCESN_OK else error status code
Description:
Sends a request to an I2C device
8.6 imbGetAsyncMessage
Prototype:
ACCESN_STATUS imbGetAsyncMessage (
ImbRespPacket *pMsg,
DWORD *pMsgLen,
ImbAsyncSeq *pSeqNo
)
Parameters:
pMsg - response packet
pMsgLen - IN - length of buffer, OUT - msg len
pSeqNo - previously returned sequence number (or ASYNC_SEQ_START)