DWCRecvLanMatchCallback

Syntax

#include <dwc.h>

typedef void(*) DWCRecvLanMatchCallback(s32 aid,
             u8 *buf,
             int len);

Arguments

aid Client AID of data sender.
buf Pointer to the receive buffer.
len Length of the data.

Return Values

None.

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.

CONFIDENTIAL