|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
Client subscribe database entry. More...
#include <client.hpp>
Public Attributes | |
| std::chrono::milliseconds | lifetime |
| Lifetime. | |
| SPSP::SubscribeCb | cb = nullptr |
| Callback for incoming data. | |
Client subscribe database entry.
Single entry in subscribe database of a client.
Definition at line 85 of file client.hpp.
1.8.17