![]() |
ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
|
#include "Configuration.h"#include <ArduinoJson.h>#include <functional>#include <vector>#include "Container.h"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... | |