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