ESPHome  2025.3.3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Protected Attributes
esphome::web_server_idf::AsyncWebParameter Class Reference

#include <web_server_idf.h>

Public Member Functions

 AsyncWebParameter (std::string value)
 
const std::string & value () const
 

Protected Attributes

std::string value_
 

Detailed Description

Definition at line 27 of file web_server_idf.h.

Constructor & Destructor Documentation

◆ AsyncWebParameter()

esphome::web_server_idf::AsyncWebParameter::AsyncWebParameter ( std::string  value)
inline

Definition at line 29 of file web_server_idf.h.

Member Function Documentation

◆ value()

const std::string& esphome::web_server_idf::AsyncWebParameter::value ( ) const
inline

Definition at line 30 of file web_server_idf.h.

Field Documentation

◆ value_

std::string esphome::web_server_idf::AsyncWebParameter::value_
protected

Definition at line 33 of file web_server_idf.h.


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