Name
cyg_mdns_enable — Enable mDNS
Synopsis
#include <mdns.h>
cyg_bool cyg_mdns_enable(
void)
;
Description
Start the mDNS Responder listening on all of the network interfaces. This function enables the listener “daemon” to respond to mDNS queries. Usually, this call does nothing if the mDNS Responder is already enabled, except in the case where new network interfaces have been added, in which case this function is called in order to receive mDNS requests on the new interfaces.
Return value
Boolean true
if mDNS successfully initialised. On
error false
is returned.
2024-03-18 | eCosPro Non-Commercial Public License |