WXCUserInfo

Definition

#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;


Elements

aid AID of a currently connected user.
macAddress MAC address of the currently connected user.

Description

This is user information that the WXC library maintains for each AID.

See Also

WXC_GetUserInfo

Revision History

2005/08/18 Initial version.


CONFIDENTIAL