Zigbee Protocol Controller 1.6.0
|
Go to the source code of this file.
Typedefs | |
typedef void(* | zigpc_zclcmdparse_callback_t) (const zigbee_eui64_t eui64, const zigbee_endpoint_id_t endpoint, const zigpc_zclcmdparse_callback_data_t *data) |
Functions | |
sl_status_t | zigpc_zclcmdparse_setup (void) |
Initialize the command parser component. This function should Listen to gateway cluster commands received and initialize logic to parse the incoming messages. More... | |
sl_status_t | zigpc_zclcmdparse_register_callback (zcl_cluster_id_t cluster_id, zcl_command_id_t command_id, zigpc_zclcmdparse_callback_t callback) |
Register a callback when a particular command is parsed based on the ZCL Cluster ID + ZCL Command ID values passed in. More... | |
sl_status_t | zigpc_zclcmdparse_remove_callback (zcl_cluster_id_t cluster_id, zcl_command_id_t command_id, zigpc_zclcmdparse_callback_t callback) |
Remove a registered callback when a particular command is parsed based on the ZCL Cluster ID + ZCL Command ID values passed in. More... | |