#include <dwc.h>BOOL DWC_SetUserSendCallback(DWCUserSendCallback callback,
void *param);| callback | Pointer to the send completion callback function. |
| param | Send completion callback parameter. |
| TRUE | The configuration of the callback function was successful. |
| FALSE | The configuration failed because the FriendsMatch Library was not running. |
This function configures the data send completion callback. If a send completion callback is configured by this function, the callback is called when data has been sent from DWC_SendReliable, DWC_SendReliableBitmap, DWC_SendUnreliable, or DWC_SendUnreliableBitmap. However, the send completion does not guarantee delivery to the communication partner. It only means that data was completely passed to a low-layer send function.
CONFIDENTIAL