1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 8<title>DWC_SendLanMatch</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13<a name="dwc__lanmatch_8h_1598543f8961393373ed2e6131e71df6a"></a> 14<h1 align="left">DWC_SendLanMatch</h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <dwc.h></CODE><BR> 20 <BR> 21 <PRE><CODE>BOOL <a href=DWC_SendLanMatch.html#dwc__lanmatch_8h_1598543f8961393373ed2e6131e71df6a>DWC_SendLanMatch</a>(s32 aid, 22 const u8 *buf, 23 s32 len, 24 BOOL reliable);</CODE></PRE></dd> 25</dl> 26 27<h2>Arguments</h2> 28 29<TABLE border="1" width="100%"> 30 <TBODY> 31 32 <TR> 33<TD width="13%"><EM><STRONG>aid</STRONG></EM></TD> 34<TD width="87%">AID to send to.</TD> 35 </TR> 36 37 <TR> 38<TD width="13%"><EM><STRONG>buf</STRONG></EM></TD> 39<TD width="87%">Send buffer.</TD> 40 </TR> 41 42 <TR> 43<TD width="13%"><EM><STRONG>len</STRONG></EM></TD> 44<TD width="87%">Length of send buffer.</TD> 45 </TR> 46 47 <TR> 48<TD width="13%"><EM><STRONG>reliable</STRONG></EM></TD> 49<TD width="87%">Flag indicating if this is a reliable send.</TD> 50 </TR> 51 52 </TBODY> 53</TABLE> 54 55<h2>Return Values</h2> 56 57<p>Returns TRUE if send is successful.</p> 58 59<H2>Description</H2> 60<p>The LAN match feature is provided for experimental purposes and must not be part of the specification for the retail product.</p> 61 62<H2>Revision History</H2> 63<DL> 64 65<DT><para>1.4.10</DT> 66<DD>Added text noting that this cannot be used with the retail product.</DD> 67 68<DT><para>0.0.5</DT> 69<DD>Fixed a bug asserted when the AID is zero.</DD> 70 71</DL> 72<hr><p>CONFIDENTIAL</p></body> 73</html> 74