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.
DhcpServerBinding Struct Reference
DHCP binding. More...
#include <dhcp_server.h>
Data Fields | |
| MacAddr | macAddr |
| Client's MAC address. | |
| Ipv4Addr | ipAddr |
| Client's IPv4 address. | |
| bool_t | validLease |
| Valid lease. | |
| systime_t | timestamp |
| Timestamp. | |
Detailed Description
DHCP binding.
A binding is a collection of configuration parameters associated with a DHCP client
Definition at line 79 of file dhcp_server.h.
Field Documentation
Client's IPv4 address.
Definition at line 82 of file dhcp_server.h.
| MacAddr macAddr |
Client's MAC address.
Definition at line 81 of file dhcp_server.h.
| systime_t timestamp |
Timestamp.
Definition at line 84 of file dhcp_server.h.
| bool_t validLease |
Valid lease.
Definition at line 83 of file dhcp_server.h.
Generated on Tue Jul 12 2022 17:10:23 by
1.7.2