Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

AutoIpSettings Struct Reference

AutoIpSettings Struct Reference

Auto-IP settings. More...

#include <auto_ip.h>

Data Fields

NetInterface * interface
 Network interface to configure.
Ipv4Addr linkLocalAddr
 Initial link-local address to be used.
AutoIpLinkChangeCallback linkChangeEvent
 Link state change event.
AutoIpStateChangeCallback stateChangeEvent
 FSM state change event.

Detailed Description

Auto-IP settings.

Definition at line 174 of file auto_ip.h.


Field Documentation

NetInterface* interface

Network interface to configure.

Definition at line 176 of file auto_ip.h.

Link state change event.

Definition at line 178 of file auto_ip.h.

Initial link-local address to be used.

Definition at line 177 of file auto_ip.h.

FSM state change event.

Definition at line 179 of file auto_ip.h.