#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
02/21/2006 Revised to include all function names
12/16/2005 Added description of callback setting function
11/01/2005 Initial version