DWC_StartLanMatch

Syntax

#include <dwc.h>

BOOL DWC_StartLanMatch(s32 num,
                       DWCLanMatchedCallback matched);

Arguments

num Maximum number of connections.
matched Callback called after matching is complete.

Return Values

Returns TRUE if started successfully.

Description

The callback is called at the point that connections have been made to the number of hosts given by the argument maxHosts.

The LAN match feature is provided for experimental purposes and must not be part of the specification for the retail product.

Revision History

1.4.10
Added text noting that this cannot be used with the retail product.

CONFIDENTIAL