nRF5 SDK for Thread and Zigbee v3.0.0
Macros
ZCL Touchlink common types and definitions

Macros

#define ZB_ZLL_TRANS_CTX_DEV_INFO_MAX_NUMBER   4
 
#define ZB_ZLL_TRANS_CTX_EP_INFO_MAX_NUMBER   6
 
#define ZLL_CTX()   (*zb_zll_get_ctx())
 
#define ZLL_DEVICE_INFO()   (*zb_zll_get_device_info())
 
#define ZLL_TRAN_CTX()   (*zb_zll_get_transaction_ctx())
 

Detailed Description

This section describes data structures and common definitions used by Touchlink cluster.

Macro Definition Documentation

#define ZB_ZLL_TRANS_CTX_DEV_INFO_MAX_NUMBER   4

Controls number of device info record stored in Touchlink transaction context.

#define ZB_ZLL_TRANS_CTX_EP_INFO_MAX_NUMBER   6

Controls number of endpoint descriptions stored in Touchlink transaction context.

#define ZLL_CTX ( )    (*zb_zll_get_ctx())

Returns pointer to Touchlink context

#define ZLL_DEVICE_INFO ( )    (*zb_zll_get_device_info())

Returns pointer to Touchlink device info

#define ZLL_TRAN_CTX ( )    (*zb_zll_get_transaction_ctx())

Returns pointer to Touchlink transaction context


Documentation feedback | Developer Zone | Subscribe | Updated