Developing with ZBOSS SDK for Zigbee

ZCL attribute definition structure. More...

#include <zb_zcl_common.h>

Data Fields

zb_uint16_t id
 
zb_uint8_t type
 
zb_uint8_t access
 
void * data_p
 

Detailed Description

ZCL attribute definition structure.

Field Documentation

◆ access

zb_uint8_t zb_zcl_attr_s::access

Attribute access options according to zb_zcl_attr_access_t

◆ data_p

void* zb_zcl_attr_s::data_p

Pointer to data

◆ id

zb_uint16_t zb_zcl_attr_s::id

Attribute id

◆ type

zb_uint8_t zb_zcl_attr_s::type

Attribute type see zb_zcl_attr_type_t


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