idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
Network Interface Component

Type-safe network interface management with IP address handling and DHCP support. More...

Modules

 SNTP Time Synchronization
 Simple Network Time Protocol client for time synchronization.
 

Namespaces

namespace  idfxx
 
namespace  idfxx::netif
 

Typedefs

typedef struct esp_netif_obj esp_netif_t
 

Detailed Description

Type-safe network interface management with IP address handling and DHCP support.

Provides RAII network interface lifecycle management, IP address value types, DHCP client/server control, DNS configuration, and SNTP time synchronization.

Depends on Core Utilities for error handling, Event Loop Component for event loop integration, and Hardware Support Component for MAC addresses.

Typedef Documentation

◆ esp_netif_t

typedef struct esp_netif_obj esp_netif_t

Definition at line 37 of file netif.hpp.