Zigbee Protocol Controller 1.6.0
|
Event data passed when receiving a ZCL cluster command payload from a device on the network. More...
#include <zigpc_gateway_notify.h>
Event data passed when receiving a ZCL cluster command payload from a device on the network.
zcl_cluster_id_t zigpc_gateway_on_command_received_t::cluster_id |
ZCL cluster identifier
zcl_command_id_t zigpc_gateway_on_command_received_t::command_id |
ZCL cluster command identifier
zigbee_endpoint_id_t zigpc_gateway_on_command_received_t::endpoint_id |
Endpoint idenfitier
zigbee_eui64_t zigpc_gateway_on_command_received_t::eui64 |
Device EUI64 in big endian
zcl_frame_t zigpc_gateway_on_command_received_t::frame |
ZCL frame buffer
size_t zigpc_gateway_on_command_received_t::frame_payload_offset |
Start index of command payload
bool zigpc_gateway_on_command_received_t::from_server_to_client |
Indicate command direction
zigpc_zcl_status_t zigpc_gateway_on_command_received_t::return_status |
Return status of command processing