DWC_SendLanMatch

Syntax

#include <dwc.h>

BOOL DWC_SendLanMatch(s32 aid,
                      const u8 *buf,
                      s32 len,
                      BOOL reliable);

Arguments

aid AID to send to.
buf Send buffer.
len Length of send buffer.
reliable Flag indicating if this is a reliable send.

Return Values

Returns TRUE if send is successful.

Description

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.
0.0.5
Fixed a bug asserted when the AID is zero.

CONFIDENTIAL