supla-device
Loading...
Searching...
No Matches
src
supla
network
html
device_info.h
1
// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2
// SPDX-License-Identifier: GPL-2.0-or-later
3
4
#ifndef SRC_SUPLA_NETWORK_HTML_DEVICE_INFO_H_
5
#define SRC_SUPLA_NETWORK_HTML_DEVICE_INFO_H_
6
7
#include <supla/network/html_element.h>
8
9
class
SuplaDeviceClass
;
10
11
namespace
Supla {
12
13
namespace
Html {
14
15
class
DeviceInfo
:
public
HtmlElement
{
16
public
:
17
explicit
DeviceInfo
(
SuplaDeviceClass
*sdc);
18
virtual
~DeviceInfo
();
19
virtual
void
send(
Supla::WebSender
*sender);
20
// virtual bool handleResponse() = 0;
21
protected
:
22
SuplaDeviceClass
*sdc;
23
};
24
25
};
// namespace Html
26
};
// namespace Supla
27
28
#endif
// SRC_SUPLA_NETWORK_HTML_DEVICE_INFO_H_
SuplaDeviceClass
Definition
SuplaDevice.h:167
Supla::HtmlElement
Definition
html_element.h:22
Supla::Html::DeviceInfo
Definition
device_info.h:15
Supla::WebSender
Definition
web_sender.h:160
Generated by
1.12.0