|
| bool | onEvent (sMQTTEvent *event) |
| | receive event from broker More...
|
| |
| bool | init (unsigned short port, bool checkWifiConnection=false) |
| |
| void | update () |
| |
| void | publish (const std::string &topic, const std::string &payload, unsigned char qos=0, bool retain=false) |
| |
|
void | restart () |
| | restart WIFI server
|
| |
|
unsigned long | getRetainedTopicCount () |
| | receive retained topic count
|
| |
| std::string | getRetaiedTopicName (unsigned long index) |
| | receive topic name by index More...
|
| |
◆ onEvent()
| bool sMQTTBrokerWithoutEvent::onEvent |
( |
sMQTTEvent * |
event | ) |
|
|
inlinevirtual |
receive event from broker
- Parameters
-
Implements sMQTTBroker.
The documentation for this class was generated from the following file: