#include <dwc.h>
BOOL DWC_IsValidAID( u8 aid );
Checks whether the AID specified by aid is currently connected to the network.
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, in the case that four people have completed matching, there are four devices: 0, 1, 2, and 3. If the person whose AID=1 leaves the network, the remainder will be 0, 2, and 3.
aid |
AID to be checked. |
TRUE |
The specified AID is connected to the assigned host. |
FALSE |
The specified AID is not connected to the assigned host. |
2005/12/16 Initial version.
CONFIDENTIAL