ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
Classes
Callback.h File Reference
#include "Configuration.h"
#include <ArduinoJson.h>
#include <functional>
#include <vector>
#include "Container.h"
Include dependency graph for Callback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Callback< return_type, argument_types >
 General purpose safe callback wrapper. Expects either c-style or c++ style function pointer, depending on if the C++ STL has been implemented on the given device or not. Simply wraps that function pointer and before calling it ensures it is valid. More...