#include <dwc.h>typedef void(*) DWCUserSendCallback(int size,
u8 aid,
void *param);| Size of the sent data. | |
| AID for the send destination. | |
| Callback parameter. |
None.
When data has been sent using an AID bitmap, the callback function is called each time that data is successfully sent to an AID.
This function can be set using DWC_SetUserSendCallback.
DWC_SetUserSendCallback
DWC_SendReliable
DWC_SendReliableBitmap
DWC_SendUnreliable
DWC_SendUnreliableBitmap
CONFIDENTIAL