|
TuyaOS
|
Common process - ota inner 更多...
#include "tuya_cloud_types.h"
结构体 | |
| struct | TKL_ZG_OTA_CB |
类型定义 | |
| typedef VOID_T(* | TKL_ZG_OTA_END_CB) (UINT8_T result) |
| typedef VOID_T(* | TKL_ZG_OTA_START_CB) (UINT32_T image_size, VOID_T *argv) |
函数 | |
| VOID_T | tkl_zg_diff_ota_disable (BOOL_T is_enable) |
| zigbee differential OTA disable(default enable) 更多... | |
| OPERATE_RET | tkl_zg_register_ota_cb (TKL_ZG_OTA_CB *ota_cb) |
| zigbee ota callback register 更多... | |
Common process - ota inner
| VOID_T tkl_zg_diff_ota_disable | ( | BOOL_T | is_enable | ) |
zigbee differential OTA disable(default enable)
| [in] | is_enable | TRUE: disable; FALSE: enable |
| OPERATE_RET tkl_zg_register_ota_cb | ( | TKL_ZG_OTA_CB * | ota_cb | ) |
zigbee ota callback register
| [in] | ota_cb | pointer to ota callback |