TCPIP_ZCLL_Enable Function

C

bool TCPIP_ZCLL_Enable(
    TCPIP_NET_HANDLE hNet
);

Description

This API is used by end-user application to enable zero configuration on a specific interface.

Preconditions

The TCP/IP stack must be initialized before calling this function.

Parameters

ParametersDescription
hNetHandle of the network to be enabled.

Returns

  • True - Indicates success.

  • False - Indicates failure.

Remarks

None.