ESPHome  2024.4.2
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 21 of file web_server_idf.h.

Constructor & Destructor Documentation

◆ AsyncWebParameter()

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

Definition at line 23 of file web_server_idf.h.

Member Function Documentation

◆ value()

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

Definition at line 24 of file web_server_idf.h.

Field Documentation

◆ value_

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

Definition at line 27 of file web_server_idf.h.


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