AutoIpSettings Struct Reference

Auto-IP settings. More...

#include <auto_ip.h>

Data Fields

NetInterfaceinterface
 Network interface to configure. More...
 
uint_t ipAddrIndex
 Index of the IP address to be configured. More...
 
Ipv4Addr linkLocalAddr
 Initial link-local address to be used. More...
 
AutoIpLinkChangeCallback linkChangeEvent
 Link state change event. More...
 
AutoIpStateChangeCallback stateChangeEvent
 FSM state change event. More...
 

Detailed Description

Auto-IP settings.

Definition at line 181 of file auto_ip.h.

Field Documentation

◆ interface

NetInterface* interface

Network interface to configure.

Definition at line 183 of file auto_ip.h.

◆ ipAddrIndex

uint_t ipAddrIndex

Index of the IP address to be configured.

Definition at line 184 of file auto_ip.h.

◆ linkChangeEvent

AutoIpLinkChangeCallback linkChangeEvent

Link state change event.

Definition at line 186 of file auto_ip.h.

◆ linkLocalAddr

Ipv4Addr linkLocalAddr

Initial link-local address to be used.

Definition at line 185 of file auto_ip.h.

◆ stateChangeEvent

AutoIpStateChangeCallback stateChangeEvent

FSM state change event.

Definition at line 187 of file auto_ip.h.


The documentation for this struct was generated from the following file: