Collaboration diagram for ZCL Common Callbacks:Functions | |
| zb_uint8_t | tr_zcl_command_cb (zb_uint8_t param) |
| callback that can be defined in the user application to handle incoming ZCL messages | |
| zb_uint8_t tr_zcl_command_cb | ( | zb_uint8_t | param | ) |
callback that can be defined in the user application to handle incoming ZCL messages
| param | get ZCL packet info using: zb_zcl_parsed_hdr_t *cmd_info = ZB_BUF_GET_PARAM(param, zb_zcl_parsed_hdr_t); |