|
ESPHome 2026.6.0-dev
|
#include <subscribe_state.h>
Public Member Functions | |
| InitialStateIterator (APIConnection *client) | |
Public Member Functions inherited from esphome::ComponentIterator | |
| void | begin (bool include_internal=false) |
| void | advance () |
| bool | completed () const |
| virtual bool | on_begin () |
| virtual bool | on_service (api::UserServiceDescriptor *service) |
| virtual bool | on_camera (camera::Camera *camera) |
| virtual bool | on_end () |
Protected Attributes | |
| APIConnection * | client_ |
Protected Attributes inherited from esphome::ComponentIterator | |
| uint16_t | at_ {0} |
| IteratorState | state_ {IteratorState::NONE} |
| bool | include_internal_ {false} |
Additional Inherited Members | |
Protected Types inherited from esphome::ComponentIterator | |
| enum class | IteratorState : uint8_t { NONE = 0 , BEGIN , ENTITY_TYPE_ , ENTITY_CONTROLLER_TYPE_ , SERVICE , CAMERA , MAX } |
Protected Member Functions inherited from esphome::ComponentIterator | |
| template<typename Container > | |
| void | process_platform_item_ (const Container &items, bool(ComponentIterator::*on_item)(typename Container::value_type)) |
| void | advance_platform_ () |
Definition at line 19 of file subscribe_state.h.
| esphome::api::InitialStateIterator::InitialStateIterator | ( | APIConnection * | client | ) |
Definition at line 75 of file subscribe_state.cpp.
|
protected |
Definition at line 38 of file subscribe_state.h.