TuyaOS
|
Common process - SDK object management 更多...
#include "tuya_cloud_com_defs.h"
结构体 | |
struct | ty_devos_t |
Definitioin of cfg params 更多... | |
函数 | |
BOOL_T | devos_get_udf_active (CHAR_T **active_api, CHAR_T **active_ver) |
Get customized active info 更多... | |
BOOL_T | devos_get_udf_ignore_upgrade (VOID_T) |
Get ignore dp or not when in upgrade state 更多... | |
int | devos_set_udf_active (CHAR_T *active_api, CHAR_T *active_ver) |
Set customized active info 更多... | |
int | devos_set_udf_ignore_upgrade (const BOOL_T is_ignore) |
Set ignore dp or not when in upgrade state 更多... | |
Common process - SDK object management
BOOL_T devos_get_udf_active | ( | CHAR_T ** | active_api, |
CHAR_T ** | active_ver | ||
) |
Get customized active info
[out] | active_api | Customized active api name |
[out] | active_ver | Customized active api version |
BOOL_T devos_get_udf_ignore_upgrade | ( | VOID_T | ) |
Get ignore dp or not when in upgrade state
int devos_set_udf_active | ( | CHAR_T * | active_api, |
CHAR_T * | active_ver | ||
) |
Set customized active info
[in] | active_api | Customized active api name |
[in] | active_ver | Customized active api version |
int devos_set_udf_ignore_upgrade | ( | const BOOL_T | is_ignore | ) |
Set ignore dp or not when in upgrade state
[in] | is_ignore | Ignore or not |