#include <dwc.h>
u32 DWC_GetDirectConnectedAIDBitmap(void);None.
The AID bitmap of other hosts with which the local host has a direct connection. The local host's own AID bit is set to 1.
Gets the AID bitmap of other hosts with which the local host has a direct connection and to which it is possible to send data directly.
If data is sent (using the DWC_SendUnreliable or DWC_SendUnreliableBitmap function) to the hosts whose bit is set in the bitmap that was obtained with this function, the data is sent directly to those specified hosts. If data is sent unreliably to the hosts whose bit is not set, the data is sent to those specified hosts through the server host. Reliable sends cannot be performed to hosts whose bit is not set.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL