Documentation
Includes
tuya_iot_config.h
#include "tuya_iot_config.h"
tuya_hal_wired.h
#include "tuya_hal_wired.h"
tuya_cloud_types.h
#include "tuya_cloud_types.h"
Macros
Marco TUYA_CLOUD_BASE_DEFS_H
#define TUYA_CLOUD_BASE_DEFS_H
Marco GB_STAT_LAN_UNCONN
#define GB_STAT_LAN_UNCONN 0
Marco GB_STAT_LAN_CONN
#define GB_STAT_LAN_CONN 1
Marco GB_STAT_CLOUD_CONN
#define GB_STAT_CLOUD_CONN 2
Marco GB_STAT_GPRS_SIM_DISC
#define GB_STAT_GPRS_SIM_DISC 3
Marco GB_STAT_GPRS_SEARCH_NETWORK
#define GB_STAT_GPRS_SEARCH_NETWORK 4
Marco GB_STAT_GPRS_REG_NETWORK
#define GB_STAT_GPRS_REG_NETWORK 5
Marco GB_STAT_GPRS_GOT_IP
#define GB_STAT_GPRS_GOT_IP 6
Functions
Vars
Consts
Types
Typedefs
Typedef GW_PROD_INFO_S;
typedef struct {
CHAR_T *uuid; // strlen(uuid) <= 16,must not be null
CHAR_T *auth_key; // strlen(auth_key) <= 32,must not be null
}GW_PROD_INFO_S;
Typedef GET_NW_STAT_CB
typedef VOID (*GET_NW_STAT_CB)(IN CONST GW_BASE_NW_STAT_T stat);