Embedded TCP/IP stack
4.7.0
|
fnet_dhcp_srv_desc_t fnet_dhcp_srv_init | ( | fnet_dhcp_srv_params_t * | params | ) |
Initializes the DHCPv4 server service.
params | Initialization parameters defined by fnet_dhcp_srv_params_t. |
0
if an error occurs.This function initializes the DHCPv4 server service. It allocates all resources needed and registers the DHCPv4 server in the service polling list.
After the initialization, the user application should call the main polling function fnet_service_poll() periodically to run the DHCPv4 server service in the background.