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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>WXCBeaconFoundCallback</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">WXCBeaconFoundCallback <img src="../image/NTR.gif"align="middle"><img src="../image/TWL.gif" align="middle"></h1>
15<h2>Definition</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/wxc.h&gt;</CODE><BR> <BR>
20<PRE>
21typedef struct WXCBeaconFoundCallback
22{
23    BOOL    matched;
24    const WMBssDesc *bssdesc;
25}
26WXCBeaconFoundCallback;
27</PRE>
28</CODE><br> <br>
29  </dd>
30</dl>
31
32<H2>Description</H2>
33<P>The callback argument structure that is passed with the <A href="WXCStateCode.html">WXC_STATE_BEACON_RECV</A> notification of system callback. <BR>The meaning of each member is shown in the following table:
34<TABLE border="0">
35  <TBODY>
36
37   <TR>
38<TD>matched</TD>
39<TD>If the beacon has the GGID of the  connection target, TRUE is stored.  Otherwise, FALSE is stored.<br>If a connection is made to the beacon's source, this member is set to TRUE in the callback and returned; if not, it is set to FALSE and returned.<br>For this reason, if nothing occurs in the callback, a connection is automatically made to the first connection target found.</TD>
40    </TR>
41   <TR>
42<TD>bssdesc</TD>
43<TD>Pointer to the WMBssDesc structure that stores the beacon information found this time.</TD>
44    </TR>
45
46  </TBODY>
47</TABLE>
48
49<BR>
50</P>
51<h2>See Also</h2>
52<p><CODE><A href="WXCStateCode.html">WXCStateCode</A> <br> <A href="common/WXC_Init.html">WXC_Init</A> <A href="common/WXC_RegisterCommonData.html">WXC_RegisterCommonData</A></CODE></p>
53
54<H2>Revision History</H2>
55<P>
562006/08/10 Corrected links. <br>2006/02/20 Added a description of the <CODE>matched</CODE> member. <br>2005/11/04 Initial version.<br>
57</P>
58<hr><p>CONFIDENTIAL</p></body>
59</html>
60