Embedded TCP/IP stack
4.7.0
|
void fnet_dhcp_cln_get_options | ( | fnet_dhcp_cln_desc_t | desc, |
struct fnet_dhcp_cln_options * | options | ||
) |
Retrieve the current DHCPv4 client options retrieved from a DHCP server.
desc | DHCP client descriptor. |
options | DHCP options received from a DHCP server. |
This function returns the DHCPv4 options
that were retrieved by the DHCPv4 client from a DHCPv4 server.
These options are valid after the DHCP client reaches the BOUND state, or after the callback_updated
event.