Set the data and data length attributes of the data object. The default is to have no data with zero length. This function will not copy the data.
unsigned int CWB_ENTRY cwbDQ_SetDataAddr(
cwbDQ_Data data,
unsigned char *dataBuffer,
unsigned long dataLength);
The following list shows common return values.
This function is better for large amounts of data, or if you want to manage memory in your application. Data will not be copied so performance will be improved.