Embedded TCP/IP stack
4.7.0
|
fnet_link_desc_t fnet_link_init | ( | fnet_link_params_t * | params | ) |
Initializes the Link-Detection service.
params | Initialization parameters defined by fnet_llmnr_params_t. |
0
if an error occurs.This function starts the Link-Detection service on netif
interface. It allocates all needed resources and registers the Link-Detection service in the polling list.
After the initialization, the user application should call the main polling function fnet_service_poll() periodically to run the service routine in the background.
It is posible to run several services on the same networking interface.