TCPIP_ZCLL_IsEnabled Function

C

bool TCPIP_ZCLL_IsEnabled(
    TCPIP_NET_HANDLE hNet
);

Description

This API is used by end-user application check whether or not an interface is enabled for zero configuration.

Preconditions

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

Parameters

ParametersDescription
hNetHandle of the network to be examined.

Returns

  • True - Interface is enable for zero configuration.

  • False - Interface is not enabled for zero configuration.

Remarks

None.