

#include <nitro/wxc.h>
/* The user information stored by WXC for each AID. (obtained with WXC_GetUserInfo()) */
typedef struct WXCUserInfo
{
u16 aid;
u8 macAddress[6];
}
WXCUserInfo;
| aid | AID of a currently connected user. |
| macAddress | MAC address of the currently connected user. |
This is user information that the WXC library maintains for each AID.
2005/08/18 Initial version.
CONFIDENTIAL