Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
DhcpClientSettings Struct Reference
DHCP client settings. More...
#include <dhcp_client.h>
Data Fields | |
| NetInterface * | interface |
| Network interface to configure. | |
| bool_t | rapidCommit |
| Quick configuration using rapid commit. | |
| bool_t | manualDnsConfig |
| Force manual DNS configuration. | |
| systime_t | timeout |
| DHCP configuration timeout. | |
| DhcpTimeoutCallback | timeoutEvent |
| DHCP configuration timeout event. | |
| DhcpLinkChangeCallback | linkChangeEvent |
| Link state change event. | |
| DhcpStateChangeCallback | stateChangeEvent |
| FSM state change event. | |
Detailed Description
DHCP client settings.
Definition at line 180 of file dhcp_client.h.
Field Documentation
| NetInterface* interface |
Network interface to configure.
Definition at line 182 of file dhcp_client.h.
Link state change event.
Definition at line 188 of file dhcp_client.h.
| bool_t manualDnsConfig |
Force manual DNS configuration.
Definition at line 185 of file dhcp_client.h.
| bool_t rapidCommit |
Quick configuration using rapid commit.
Definition at line 184 of file dhcp_client.h.
FSM state change event.
Definition at line 189 of file dhcp_client.h.
| systime_t timeout |
DHCP configuration timeout.
Definition at line 186 of file dhcp_client.h.
DHCP configuration timeout event.
Definition at line 187 of file dhcp_client.h.
Generated on Tue Jul 12 2022 17:10:23 by
1.7.2