Registers the "IP parameters updated" DHCP event handler callback.
- Parameters
-
| desc | DHCP client descriptor. |
| callback_updated | Pointer to the callback function defined by fnet_dhcp_cln_callback_t. |
| cookie | Optional application-specific parameter.
It's passed to the callback_updated callback function as input parameter. |
This function registers the callback_updated callback function for the "IP parameters updated" event. This event occurs when the DHCP client has updated the IP parameters.
To stop the event handling, set the callback_updated parameter to zero value.