Name
cyg_mdns_disable — Disable mDNS
Synopsis
#include <mdns.h>
cyg_bool cyg_mdns_disable(
void)
;
Description
This function stops the mDNS Responder from listening on the network interfaces. This function does nothing if the mDNS Responder is not enabled.
Return value
Boolean true
if mDNS successfully disabled. On
error false
is returned.
2024-03-18 | eCosPro Non-Commercial Public License |