DWC_GetServerAID

Syntax

#include <dwc.h>

u8 DWC_GetServerAID(void);

Arguments

None.

Return Values

DWC_INVALID_AID The server host’s AID was unavailable.
0~31 AID of the server host

Description

This function gets the AID of the server host managing acceptance into the group.

Gets the AID of the server host processing acceptance for new participants within the group. Normally, it is not necessary for the application creators to know which host is the server.

Revision History

2.0.0
Initial addition.

CONFIDENTIAL