Documentation
Includes
tuya_cloud_types.h
#include "tuya_cloud_types.h"
Macros
Marco __THING_CONFIG_H__
#define __THING_CONFIG_H__
Functions
Func thing_config_init
OPERATE_RET thing_config_init(IN THING_CONFIG_SOCKET_CB socket_cb);
Func thing_config_start
OPERATE_RET thing_config_start(IN CONST CHAR_T *ssid, IN CONST CHAR_T *passwd, IN CONST CHAR_T *token, IN CONST UINT_T timeout);
Func thing_config_stop
VOID thing_config_stop(VOID);
Func thing_config_mqc_handle
OPERATE_RET thing_config_mqc_handle(IN ty_cJSON *root_json);
Vars
Consts
Types
Typedefs
Typedef THING_CONFIG_SOCKET_CB
typedef OPERATE_RET (*THING_CONFIG_SOCKET_CB)(IN CONST INT_T socket);