Zigbee Protocol Controller 1.6.0
zigpc_gateway_on_read_attribute_response_t Struct Reference

Event data passed when receiving a ZCL global read attributes response from a device on the network. More...

#include <zigpc_gateway_notify.h>

Public Attributes

zigbee_eui64_t eui64
 
zigbee_endpoint_id_t endpoint_id
 
zcl_cluster_id_t cluster_id
 
zcl_frame_t frame
 

Detailed Description

Event data passed when receiving a ZCL global read attributes response from a device on the network.

Member Data Documentation

◆ cluster_id

zcl_cluster_id_t zigpc_gateway_on_read_attribute_response_t::cluster_id

ZCL cluster identifier

◆ endpoint_id

zigbee_endpoint_id_t zigpc_gateway_on_read_attribute_response_t::endpoint_id

Endpoint idenfitier

◆ eui64

zigbee_eui64_t zigpc_gateway_on_read_attribute_response_t::eui64

Device EUI64 in big endian

◆ frame

zcl_frame_t zigpc_gateway_on_read_attribute_response_t::frame

ZCL frame buffer


The documentation for this struct was generated from the following file: