DWC_SetRecvTimeoutTime

Syntax

#include <dwc.h>

BOOL DWC_SetRecvTimeoutTime(u8 aid,
                            u32 time);

Arguments

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

Return Values

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

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.

Revision History


CONFIDENTIAL