SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Public Attributes | List of all members
SPSP::Nodes::Client< TLocalLayer >::SubDBEntry Struct Reference

Client subscribe database entry. More...

#include <client.hpp>

Public Attributes

std::chrono::milliseconds lifetime
 Lifetime.
 
SPSP::SubscribeCb cb = nullptr
 Callback for incoming data.
 

Detailed Description

template<typename TLocalLayer>
struct SPSP::Nodes::Client< TLocalLayer >::SubDBEntry

Client subscribe database entry.

Single entry in subscribe database of a client.

Definition at line 85 of file client.hpp.


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