DWCGdbDownloadFileCallback

Syntax

#include <dwc.h>

typedef void(*) DWCGdbDownloadFileCallback(const void *data,
             int size,
             void *user_param);

Arguments

data The obtained data.
size Size of the obtained data.
user_param Parameter given to the asynchronous process when it executed.

Return Values

None.

Description

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.

Revision History


CONFIDENTIAL