DWC_IsServerMyself

Syntax

#include <dwc.h>

BOOL DWC_IsServerMyself(void);

Arguments

None.

Return Values

TRUE Currently, the local host is the server host.
FALSE Currently, the local host is not the server.

Description

Gets whether the local host is the server host that is processing new participant acceptance within the current group. Normally, it is not necessary for the application creators to know which device is the server host.

Revision History

2.0.0
Initial addition.

CONFIDENTIAL