DWC_SetUserRecvTimeoutCallback

Syntax

#include <dwc.h>

BOOL DWC_SetUserRecvTimeoutCallback(DWCUserRecvTimeoutCallback callback,
                                    void *param);

Arguments

callback Pointer to the receive timeout callback function.
param Parameter for the receive timeout callback

Return Values

TRUE The configuration of the callback function was successful.
FALSE The configuration failed because the FriendsMatch Library was not running.

Description

Sets the receive timeout callback function to call when data is not received from a particular host within a fixed time limit after matchmaking completes.

This timeout can be set for each separate AID using the DWC_SetRecvTimeoutTime function.

Revision History

2.0.0
Specification change.

CONFIDENTIAL