Reports the IP address of the ESP once it's connected to wifi.
More...
#include <sensesp/sensors/system_info.h>
|
| | IPAddrDev () |
| virtual | ~IPAddrDev () |
| String | get_value_name () |
| | ValueProducer () |
| | ValueProducer (const String &initial_value) |
| virtual const String & | get () const |
| std::enable_if< std::is_base_of< ValueConsumer< typenameVConsumer::input_type >, VConsumer >::value &&std::is_convertible< String, typenameVConsumer::input_type >::value, std::shared_ptr< VConsumer > >::type | connect_to (std::shared_ptr< VConsumer > consumer) |
| | Connect a producer to a transform with a different input type.
|
| std::enable_if< std::is_base_of< ValueConsumer< typenameVConsumer::input_type >, VConsumer >::value &&std::is_convertible< String, typenameVConsumer::input_type >::value, VConsumer * >::type | connect_to (VConsumer *consumer) |
| std::enable_if< std::is_base_of< ValueConsumer< typenameVConsumer::input_type >, VConsumer >::value &&std::is_convertible< String, typenameVConsumer::input_type >::value, VConsumer * >::type | connect_to (VConsumer &consumer) |
| void | emit (const String &new_value) |
| | Observable () |
| | Observable (Observable &&other) |
| | Move constructor.
|
| void | notify () |
| int | attach (std::function< void()> observer) |
| | Attach an observer callback.
|
| void | detach (int id) |
| | Remove a previously attached observer by its ID.
|
Reports the IP address of the ESP once it's connected to wifi.
Nothing about it is configurable, except whether or not it appears in your project's output. That is configured with SensESPAppBuilder.
Definition at line 124 of file system_info.h.
◆ IPAddrDev()
| sensesp::IPAddrDev::IPAddrDev |
( |
| ) |
|
|
inline |
◆ ~IPAddrDev()
| virtual sensesp::IPAddrDev::~IPAddrDev |
( |
| ) |
|
|
inlinevirtual |
◆ get_value_name()
| String sensesp::IPAddrDev::get_value_name |
( |
| ) |
|
|
inline |
◆ update()
| void sensesp::IPAddrDev::update |
( |
| ) |
|
|
protected |
◆ repeat_event_
| reactesp::RepeatEvent* sensesp::IPAddrDev::repeat_event_ = nullptr |
|
protected |
The documentation for this class was generated from the following files: