ESPHome  2024.4.1
Data Structures | Namespaces | Typedefs
ip_address.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::network::IPAddress
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::network
 

Typedefs

using ip_addr_t = in_addr
 
using ip4_addr_t = in_addr
 
using esphome::network::IPAddresses = std::array< IPAddress, 5 >
 

Typedef Documentation

◆ ip4_addr_t

using ip4_addr_t = in_addr

Definition at line 21 of file ip_address.h.

◆ ip_addr_t

using ip_addr_t = in_addr

Definition at line 20 of file ip_address.h.