supla-device
Loading...
Searching...
No Matches
Supla::Html::I2Cscanner Class Reference

HTML element that will scan I2C bus on each web page load and display all detected addresses on a web page. More...

#include <i2cscanner.h>

Inheritance diagram for Supla::Html::I2Cscanner:
Collaboration diagram for Supla::Html::I2Cscanner:

Public Member Functions

void send (Supla::WebSender *sender)
Public Member Functions inherited from Supla::HtmlElement
HtmlElement * next ()
 HtmlElement (HtmlSection section=HTML_SECTION_FORM)
virtual bool handleResponse (const char *key, const char *value)
virtual void onProcessingEnd ()

Additional Inherited Members

Static Public Member Functions inherited from Supla::HtmlElement
static HtmlElement * begin ()
static HtmlElement * last ()
static const char * selected (bool isSelected)
static const char * checked (bool isChecked)
Public Attributes inherited from Supla::HtmlElement
HtmlSection section
Protected Attributes inherited from Supla::HtmlElement
HtmlElement * nextPtr = nullptr
Static Protected Attributes inherited from Supla::HtmlElement
static HtmlElement * firstPtr = nullptr

Detailed Description

HTML element that will scan I2C bus on each web page load and display all detected addresses on a web page.

Prerequisites: use it after Wire.begin

Member Function Documentation

◆ send()

void Supla::Html::I2Cscanner::send ( Supla::WebSender * sender)
inlinevirtual

Implements Supla::HtmlElement.


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