Get the address of the location of the data buffer.
unsigned int CWB_ENTRY cwbDQ_GetDataAddr(
cwbDQ_Data data,
unsigned char **dataBuffer);
The following list shows common return values.
Use this function to retrieve the address of the location where the data is stored. The data address must be set with the cwbDQ_SetDataAddr API, otherwise, the return code CWBDQ_ADDRESS_NOT_SET will be returned.