Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

DhcpServerContext Struct Reference

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.