ESPHome  2024.4.0
Public Member Functions | Protected Attributes
esphome::power_supply::PowerSupplyRequester Class Reference

#include <power_supply.h>

Public Member Functions

void set_parent (PowerSupply *parent)
 
void request ()
 
void unrequest ()
 

Protected Attributes

PowerSupplyparent_ {nullptr}
 
bool requested_ {false}
 

Detailed Description

Definition at line 45 of file power_supply.h.

Member Function Documentation

◆ request()

void esphome::power_supply::PowerSupplyRequester::request ( )
inline

Definition at line 48 of file power_supply.h.

◆ set_parent()

void esphome::power_supply::PowerSupplyRequester::set_parent ( PowerSupply parent)
inline

Definition at line 47 of file power_supply.h.

◆ unrequest()

void esphome::power_supply::PowerSupplyRequester::unrequest ( )
inline

Definition at line 54 of file power_supply.h.

Field Documentation

◆ parent_

PowerSupply* esphome::power_supply::PowerSupplyRequester::parent_ {nullptr}
protected

Definition at line 62 of file power_supply.h.

◆ requested_

bool esphome::power_supply::PowerSupplyRequester::requested_ {false}
protected

Definition at line 63 of file power_supply.h.


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