|
TuyaOS
|
Common process - reporting 更多...

枚举 | |
| enum | TKL_REPORT_DIREC_E { TKL_REPORT_DIRECTION_REPORTED = 0x00 , TKL_REPORT_DIRECTION_RECEIVED = 0x01 } |
函数 | |
| BOOL_T | tkl_zg_add_reporting_entry (TKL_REPORT_TABLE_T *entery) |
| add reporting entry to report table 更多... | |
| VOID_T | tkl_zg_clear_reporting_table (VOID_T) |
| clear reporting table 更多... | |
| VOID_T | tkl_zg_load_default_reporting_table (VOID_T) |
| load the default binding table registered during initialization 更多... | |
| OPERATE_RET | tkl_zg_reporting_init (TKL_REPORT_TABLE_T *entery, UINT8_T sums) |
| zigbee reporting init and register reporting table 更多... | |
Common process - reporting
| enum TKL_REPORT_DIREC_E |
| BOOL_T tkl_zg_add_reporting_entry | ( | TKL_REPORT_TABLE_T * | entery | ) |
add reporting entry to report table
| [in] | entery | reporting table entery |
| VOID_T tkl_zg_clear_reporting_table | ( | VOID_T | ) |
clear reporting table
| [in] | none |
| VOID_T tkl_zg_load_default_reporting_table | ( | VOID_T | ) |
load the default binding table registered during initialization
| [in] | none |
| OPERATE_RET tkl_zg_reporting_init | ( | TKL_REPORT_TABLE_T * | entery, |
| UINT8_T | sums | ||
| ) |
zigbee reporting init and register reporting table
| [in] | entery | reporting table list |
| [in] | sums | reporting table number |