ESPHome
2022.4.0
|
Data Structures | |
class | EthernetComponent |
struct | ManualIP |
Enumerations | |
enum | EthernetType { ETHERNET_TYPE_LAN8720 = 0, ETHERNET_TYPE_TLK110 } |
enum | EthernetComponentState { EthernetComponentState::STOPPED, EthernetComponentState::CONNECTING, EthernetComponentState::CONNECTED } |
Variables | |
EthernetComponent * | global_eth_component |
|
strong |
Enumerator | |
---|---|
STOPPED | |
CONNECTING | |
CONNECTED |
Definition at line 30 of file ethernet_component.h.
Enumerator | |
---|---|
ETHERNET_TYPE_LAN8720 | |
ETHERNET_TYPE_TLK110 |
Definition at line 17 of file ethernet_component.h.
EthernetComponent * esphome::ethernet::global_eth_component |
Definition at line 26 of file ethernet_component.cpp.