Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

DhcpClientSettings Struct Reference

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.

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.