#include <dwc.h>
u32 DWC_GetAIDBitmap( void );
Gets the AID bitmap of the connected host.
AID is a device ID between 0 and the number of devices making up the network minus 1; this ID identifies each DS in the mesh-type network. For example, if four people have completed matchmaking, devices 0, 1, 2, and 3 will be present, and the bitmap will be 0xf. If device 1 leaves the network, the remaining devices will be 0, 2, and 3, and the bitmap will be 0xd.
For server-client matchmaking, the AID for the server DS will always be 0.
Use the DWC_GetAIDList function to get the AID as an array of numeric values.
None.
AID bitmap of the connected host.
2006/02/22 Added a note about the AID for server-client matchmaking.
2005/12/16 Initial version.
CONFIDENTIAL