DWC_ClearMOSCConnectBlock

C Specification

#include <dwc.h>

void DWC_ClearMOSCConnectBlock( void );

Description

This function releases the block on connections from client DS units when the matchmaking blocking option has been set.

This matchmaking option is provided so that other connections are not accepted by a server DS performing server-client matchmaking after a successful connection to a single client DS. This can be set with the DWC_SetMatchingOption function.

DWC_GetMOSCConnectBlockState can be used to check if connections are currently being blocked.

Arguments

None.

Return Values

None.

See Also

DWC_SetMatchingOption, DWC_GetMOSCConnectBlockState

Revision History

12/16/2005 Initial version.