nRF5 SDK for Thread and Zigbee v1.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ZLL additions to Scene cluster.

ZLL Scene cluster additions extensions.

Internal structures for attribute representation in cluster additions.

#define ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE_ZLL(type_name, type_length)   ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE(type_name, type_length)
 Declare record for Scene table with ZLL additions, see ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE. More...
 
#define ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE_ZLL(type_name, table_name)   ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE(type_name, table_name)
 Declare Scene table with ZLL additions, see ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE. More...
 

Detailed Description

ZLL additions to Scene cluster.

Macro Definition Documentation

#define ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE_ZLL (   type_name,
  type_length 
)    ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE(type_name, type_length)

Declare record for Scene table with ZLL additions, see ZB_ZCL_DECLARE_DEVICE_SCENE_TABLE_RECORD_TYPE.

Parameters
type_name- type name.
type_length- type length.
#define ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE_ZLL (   type_name,
  table_name 
)    ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE(type_name, table_name)

Declare Scene table with ZLL additions, see ZB_ZCL_DEFINE_DEVICE_SCENE_TABLE.

Parameters
type_name- type name.
table_name- table name.