#include <dwc.h>
typedef void (*DWCUserRecvCallback)( u8 aid, u8* buffer, int size );
This function is called when data sent using DWC_SendReliable, DWC_SendReliableBitmap, DWC_SendUnreliable, or DWC_SendUnreliableBitmap was received.
This callback function can be set using DWC_SetUserRecvCallback.
aid |
AID of the Send source. |
buffer |
Pointer to received data. |
size |
Size of the received data. |
None.
DWC_SetUserRecvCallback, DWC_SendReliable, DWC_SendReliableBitmap, DWC_SendUnreliable, DWC_SendUnreliableBitmap
2006/02/21 Revised to include all function names
2005/12/16 Added description of callback setting function
2005/11/01 Initial version
CONFIDENTIAL