DWC_SetRecvTimeoutTime

Syntax

#include <dwc.h>

BOOL DWC_SetRecvTimeoutTime( u8 aid, u32 time );

Description

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.

Arguments

aid AID of the partner to be set.
time Timeout (in milliseconds).

Return Values

TRUE The reception timeout was successfully configured.
FALSE Configuration failed because the FriendsMatch Library was not running.

See Also

DWC_SetUserRecvTimeoutCallback

Revision History

2006/01/18 Added support for the change of the return value to a BOOL.
2005/11/02 Initial version.


CONFIDENTIAL