ThingsBoard Client SDK
0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
src
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
19
enum class
API_Process_Type
:
uint8_t
{
20
RAW
,
21
JSON
22
};
23
24
#endif
// API_Process_Type_h
API_Process_Type
API_Process_Type
Possible processing types an API Implementation uses to handle responses from the server.
Definition:
API_Process_Type.h:19
API_Process_Type::JSON
@ JSON
Calls Process_Json_Response with the received unserialized binary data serialized into JSON.
API_Process_Type::RAW
@ RAW
Calls Process_Response with the received unserialized binary data.
uint8_t
Generated by
1.9.5