TCPIP_ZCLL_Disable Function
C
bool TCPIP_ZCLL_Disable(
TCPIP_NET_HANDLE hNet
);
Description
This API is used by end-user application to disable zero configuration on a specific interface.
Preconditions
The TCP/IP stack must be initialized before calling this function.
Parameters
Parameters | Description |
---|---|
hNet | Handle of the network to be disabled. |
Returns
True - Indicates success.
False - Indicates failure.
Remarks
None.