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.
DhcpServerContext Struct Reference
DHCP server context. More...
#include <dhcp_server.h>
Data Fields | |
| DhcpServerSettings | settings |
| DHCP server settings. | |
| bool_t | running |
| This flag tells whether the DHCP server is running or not. | |
| Ipv4Addr | nextIpAddr |
| Next IP address to be assigned. | |
| DhcpServerBinding | clientBinding [DHCP_SERVER_MAX_CLIENTS] |
| List of bindings. | |
Detailed Description
DHCP server context.
Definition at line 109 of file dhcp_server.h.
Field Documentation
| DhcpServerBinding clientBinding[DHCP_SERVER_MAX_CLIENTS] |
List of bindings.
Definition at line 114 of file dhcp_server.h.
Next IP address to be assigned.
Definition at line 113 of file dhcp_server.h.
| bool_t running |
This flag tells whether the DHCP server is running or not.
Definition at line 112 of file dhcp_server.h.
DHCP server settings.
Definition at line 111 of file dhcp_server.h.
Generated on Tue Jul 12 2022 17:10:23 by
1.7.2