#include <dwc.h>
BOOL DWC_SetRecvTimeoutTime( u8 aid, u32 time );
Sets the receive timeout for each AID. After matchmaking completes, if data is not received within indicated time from the host that has the specified AID, the callback function that is set with the DWC_SetUserRecvTimeoutCallback function will be called.
aid |
AID of the partner to be set. |
time |
Timeout (in milliseconds). |
TRUE |
The reception timeout was successfully configured. |
FALSE |
Configuration failed because the FriendsMatch Library was not running. |
DWC_SetUserRecvTimeoutCallback
2006/01/18 Added support for the change of the return value to a BOOL.
2005/11/02 Initial version.
CONFIDENTIAL