Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
+ 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
 

Detailed Description



Function Documentation

◆ tr_zcl_command_cb()

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

Parameters
paramget ZCL packet info using: zb_zcl_parsed_hdr_t *cmd_info = ZB_BUF_GET_PARAM(param, zb_zcl_parsed_hdr_t);
Returns
0 to allow framework to continue processing the command, 1 to prevent framework from processing the command