|
TuyaOS
|
Common process - network recovery 更多...
#include "tuya_cloud_types.h"
结构体 | |
| struct | TKL_OUTOF_BAND_JOIN_T |
枚举 | |
| enum | TKL_RECOVERY_STATUS_E { NWK_RECOVERY_SUCESS = 0 , NWK_RECOVERY_FAILED } |
函数 | |
| BOOL_T | tkl_zg_nwk_out_of_band_join (TKL_OUTOF_BAND_JOIN_T *info) |
| zigbee out of band network join 更多... | |
| VOID_T | tkl_zg_nwk_recovery_disable (BOOL_T en) |
| zigbee network recovery disable 更多... | |
| VOID_T | tkl_zg_nwk_recovery_info_clear (VOID_T) |
| zigbee network recovery information clear 更多... | |
| VOID_T | tkl_zg_nwk_recovery_info_save (VOID_T) |
| zigbee network recovery information save 更多... | |
| VOID_T | tkl_zg_nwk_recovery_init (VOID_T) |
| zigbee network recovery init 更多... | |
| BOOL_T | tkl_zg_nwk_recovery_is_available (VOID_T) |
| zigbee network recovery is available 更多... | |
| VOID_T | tkl_zg_nwk_recovery_start (VOID_T) |
| zigbee network recovery start it must be used in the no network state 更多... | |
Common process - network recovery
| BOOL_T tkl_zg_nwk_out_of_band_join | ( | TKL_OUTOF_BAND_JOIN_T * | info | ) |
zigbee out of band network join
| [in] | info | network necessary information |
| VOID_T tkl_zg_nwk_recovery_disable | ( | BOOL_T | en | ) |
zigbee network recovery disable
| [in] | en | TRUE disables the network recovery |
| VOID_T tkl_zg_nwk_recovery_info_clear | ( | VOID_T | ) |
zigbee network recovery information clear
| [in] | none |
| VOID_T tkl_zg_nwk_recovery_info_save | ( | VOID_T | ) |
zigbee network recovery information save
| [in] | none |
| VOID_T tkl_zg_nwk_recovery_init | ( | VOID_T | ) |
zigbee network recovery init
| [in] | none |
| BOOL_T tkl_zg_nwk_recovery_is_available | ( | VOID_T | ) |
zigbee network recovery is available
| [in] | none |
| VOID_T tkl_zg_nwk_recovery_start | ( | VOID_T | ) |
zigbee network recovery start it must be used in the no network state
| [in] | none |