Internal API for Command Parser logic.
More...
Internal API for Command Parser logic.
◆ zigpc_zclcmdparse_cluster_command_supported()
Check to see if the cluster ID and command ID is supported by the command parser.
- Parameters
-
cluster_id | ZCL cluster ID value |
command_id | ZCL command ID value |
- Returns
- bool TRUE if the cluster command can be parsed, FALSE if not.
◆ zigpc_zclcmdparse_invoke_callback()
Invoke any registered callbacks upon successful command parsing.
- Parameters
-
eui64 | Source device identifier |
endpoint_id | Source endpoint identifier |
cluster_id | ZCL cluster ID |
command_id | ZCL command ID |
data | Command parsed data |
◆ zigpc_zclcmdparse_on_command_received()
void zigpc_zclcmdparse_on_command_received |
( |
void * |
event_data | ) |
|
ZigPC Gateway event handler for commands received from the network.
- Parameters
-
event_data | data associated with command event. not. |
◆ zigpc_zclcmdparse_reset_listeners()
void zigpc_zclcmdparse_reset_listeners |
( |
void |
| ) |
|
Reset all command parser listeners.