ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
API_Process_Type.h
Go to the documentation of this file.
1#ifndef API_Process_Type_h
2#define API_Process_Type_h
3
4// Library include.
5#include <stdint.h>
6
7
20 RAW,
21 JSON
22};
23
24#endif // API_Process_Type_h
API_Process_Type
Possible processing types an API Implementation uses to handle responses from the server.
Definition: API_Process_Type.h:19
@ JSON
Calls Process_Json_Response with the received unserialized binary data serialized into JSON.
@ RAW
Calls Process_Response with the received unserialized binary data.