ESPHome  2024.4.1
Data Fields
esphome::ethernet::ManualIP Struct Reference

#include <ethernet_component.h>

Data Fields

network::IPAddress static_ip
 
network::IPAddress gateway
 
network::IPAddress subnet
 
network::IPAddress dns1
 The first DNS server. 0.0.0.0 for default. More...
 
network::IPAddress dns2
 The second DNS server. 0.0.0.0 for default. More...
 

Detailed Description

Definition at line 29 of file ethernet_component.h.

Field Documentation

◆ dns1

network::IPAddress esphome::ethernet::ManualIP::dns1

The first DNS server. 0.0.0.0 for default.

Definition at line 33 of file ethernet_component.h.

◆ dns2

network::IPAddress esphome::ethernet::ManualIP::dns2

The second DNS server. 0.0.0.0 for default.

Definition at line 34 of file ethernet_component.h.

◆ gateway

network::IPAddress esphome::ethernet::ManualIP::gateway

Definition at line 31 of file ethernet_component.h.

◆ static_ip

network::IPAddress esphome::ethernet::ManualIP::static_ip

Definition at line 30 of file ethernet_component.h.

◆ subnet

network::IPAddress esphome::ethernet::ManualIP::subnet

Definition at line 32 of file ethernet_component.h.


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