#include <dwc.h>typedef void(*) DWCGdbDownloadFileCallback(const void *data,
int size,
void *user_param);| The obtained data. | |
| Size of the obtained data. | |
| Parameter given to the asynchronous process when it executed. |
None.
If TRUE has been set to the clear_buf argument of the DWC_GdbDownloadFileAsync function, the region given to the data argument is released when the process leaves from the callback. If FALSE has been set to the clear_buf argument, this region will not be released, so use DWC_Free to release the region at the appropriate time.
CONFIDENTIAL