#include <nd/dwc_nd.h>
typedef void (*DWCNdCallback)( DWCNdCallbackReason reason,
DWCNdError error,
int servererror );
The pointer type for the notification callback function to be called by the download library.
Do not call DWC_NdCleanupAsync from inside this function.
reason |
Type of process that was executing when the notification callback function was called. |
error |
Error status when the notification callback function was called. |
servererror |
Error code from the server. A value of -1 is assigned in the case of callbacks unrelated to a server error. |
None.
DWC_NdInitAsync
DWC_NdCleanupAsync
DWCNdCallbackReason
DWCNdError
2006/08/25 Added a note.
2006/04/26 Initial version.
CONFIDENTIAL