![]() |
ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
|
This is the complete list of members for ThingsBoardHttpSized< Logger >, including all inherited members.
| Get_Maximum_Stack_Size() const | ThingsBoardHttpSized< Logger > | inline |
| Send_Attribute_Data(char const *key, T const &value) | ThingsBoardHttpSized< Logger > | inline |
| Send_Attribute_Json(JsonDocument const &source) | ThingsBoardHttpSized< Logger > | inline |
| Send_Attribute_String(char const *json) | ThingsBoardHttpSized< Logger > | inline |
| Send_Attributes(InputIterator const &first, InputIterator const &last) | ThingsBoardHttpSized< Logger > | inline |
| Send_Get_Request(char const *path, std::string &response) | ThingsBoardHttpSized< Logger > | inline |
| Send_Json(char const *topic, JsonDocument const &source) | ThingsBoardHttpSized< Logger > | inline |
| Send_Json_String(char const *topic, char const *json) | ThingsBoardHttpSized< Logger > | inline |
| Send_Post_Request(char const *path, char const *json) | ThingsBoardHttpSized< Logger > | inline |
| Send_Telemetry(InputIterator const &first, InputIterator const &last) | ThingsBoardHttpSized< Logger > | inline |
| Send_Telemetry_Data(char const *key, T const &value) | ThingsBoardHttpSized< Logger > | inline |
| Send_Telemetry_Json(JsonDocument const &source) | ThingsBoardHttpSized< Logger > | inline |
| Send_Telemetry_String(char const *json) | ThingsBoardHttpSized< Logger > | inline |
| Set_Maximum_Stack_Size(size_t const &max_stack_size) | ThingsBoardHttpSized< Logger > | inline |
| ThingsBoardHttpSized(IHTTP_Client &client, char const *access_token, char const *host, uint16_t port=80U, bool keep_alive=true, size_t const &max_stack_size=DEFAULT_MAX_STACK_SIZE) | ThingsBoardHttpSized< Logger > | inline |