Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

Dhcpv6ClientSettings Struct Reference

Dhcpv6ClientSettings Struct Reference

DHCPv6 client settings. More...

#include <dhcpv6_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
 DHCPv6 configuration timeout.
Dhcpv6TimeoutCallback timeoutEvent
 DHCPv6 configuration timeout event.
Dhcpv6LinkChangeCallback linkChangeEvent
 Link state change event.
Dhcpv6StateChangeCallback stateChangeEvent
 FSM state change event.

Detailed Description

DHCPv6 client settings.

Definition at line 278 of file dhcpv6_client.h.


Field Documentation

NetInterface* interface

Network interface to configure.

Definition at line 280 of file dhcpv6_client.h.

Link state change event.

Definition at line 285 of file dhcpv6_client.h.

Force manual DNS configuration.

Definition at line 282 of file dhcpv6_client.h.

bool_t rapidCommit

Quick configuration using rapid commit.

Definition at line 281 of file dhcpv6_client.h.

FSM state change event.

Definition at line 286 of file dhcpv6_client.h.

systime_t timeout

DHCPv6 configuration timeout.

Definition at line 283 of file dhcpv6_client.h.

DHCPv6 configuration timeout event.

Definition at line 284 of file dhcpv6_client.h.