#include <preferences.h>
Definition at line 12 of file preferences.h.
◆ load()
| bool esphome::host::HostPreferences::load |
( |
uint32_t | key, |
|
|
uint8_t * | data, |
|
|
size_t | len ) |
|
inline |
◆ make_preference() [1/2]
◆ make_preference() [2/2]
◆ reset()
| bool esphome::host::HostPreferences::reset |
( |
| ) |
|
◆ save()
| bool esphome::host::HostPreferences::save |
( |
uint32_t | key, |
|
|
const uint8_t * | data, |
|
|
size_t | len ) |
|
inline |
◆ setup_()
| void esphome::host::HostPreferences::setup_ |
( |
| ) |
|
|
protected |
◆ sync()
| bool esphome::host::HostPreferences::sync |
( |
| ) |
|
◆ data
| std::map<uint32_t, std::vector<uint8_t> > esphome::host::HostPreferences::data {} |
|
protected |
◆ filename_
| std::string esphome::host::HostPreferences::filename_ {} |
|
protected |
◆ setup_complete_
| bool esphome::host::HostPreferences::setup_complete_ {} |
|
protected |
The documentation for this class was generated from the following files: