Embedded TCP/IP stack
4.7.0
|
fnet_mdns_desc_t fnet_mdns_init | ( | fnet_mdns_params_t * | params | ) |
Initialize Multicast DNS (mDNS) server/responder.
params | Initialization parameters defined by fnet_mdns_params_t. |
0
if an error occurs.This function initializes the Multicast DNS (mDMS)server/responder.
It allocates all needed resources and registers the mDNS service in the polling list.
After the initialization, the user application should call the main polling function fnet_service_poll() periodically to run the mDNS service routine in the background.