DWC_IsValidAID

C Specification

#include <dwc.h>

BOOL DWC_IsValidAID( u8 aid );

Description

Checks whether the AID specified by aid is currently connected to the network.

AID is a number between 0 and (the number of devices making up the network)-1, inclusive, that is used to identify 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.

Arguments

aid AID to be checked

Return Values

TRUE The specified AID is connected to the assigned host.
FALSE The specified AID is not connected to the assigned host.

See Also

Revision History

12/16/2005 Initial version.