DWC_SetRecvTimeoutTime

C Specification

#include <dwc.h>

BOOL DWC_SetRecvTimeoutTime( u8 aid, u32 time );

Description

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.

Arguments

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

Return Values

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

See Also

DWC_SetUserRecvTimeoutCallback

Revision History

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