Set the data and data length attributes of the data object. The default is to have no data with zero length. This function will make a copy of the data.
unsigned int CWB_ENTRY cwbDQ_SetData(
cwbDQ_Data data,
unsigned char *dataBuffer,
unsigned long dataLength);
The following list shows common return values.
Use this function if you want to write a small amount of data or you do not want to manage the memory for the data in your application. Data will be copied and this may affect your application's performance.