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>WXCUserInfo</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">WXCUserInfo <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>
21<font color="#008000">/* The user information stored by WXC for each AID. (obtained with WXC_GetUserInfo()) */</font>
22typedef struct WXCUserInfo
23{
24    u16             aid;
25    u8      macAddress[6];
26}
27WXCUserInfo;
28</PRE>
29</CODE><br> <br>
30  </dd>
31</dl>
32
33<h2>Elements</h2>
34<TABLE border="1" width="100%">
35  <TBODY>
36    <TR>
37<TD width="200"><SPAN class="argument">aid</SPAN></TD>
38<TD width="800">AID of a currently connected user.
39      </TD>
40    </TR>
41    <TR>
42<TD width="200"><SPAN class="argument">macAddress</SPAN></TD>
43<TD width="800">MAC address of the currently connected user.
44      </TD>
45    </TR>
46  </TBODY>
47</TABLE>
48
49<H2>Description</H2>
50<P>This is user information that the WXC library maintains for each AID.
51
52</P>
53<h2>See Also</h2>
54<p><CODE><A href="common/WXC_GetUserInfo.html">WXC_GetUserInfo</A></CODE></p>
55
56<H2>Revision History</H2>
57<P>
582005/08/18 Initial version.
59</P>
60<hr><p>CONFIDENTIAL</p></body>
61</html>
62