AutoIpSettings Struct Reference
  Auto-IP settings. More...
#include <auto_ip.h>
| Data Fields | |
| NetInterface * | interface | 
| 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
Field Documentation
◆ interface
| NetInterface* interface | 
◆ ipAddrIndex
| uint_t ipAddrIndex | 
◆ linkChangeEvent
| AutoIpLinkChangeCallback linkChangeEvent | 
◆ linkLocalAddr
| Ipv4Addr linkLocalAddr | 
◆ stateChangeEvent
| AutoIpStateChangeCallback stateChangeEvent | 
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv4/auto_ip.h
