nRF5 SDK for Thread and Zigbee v1.0.0
Data Structures | Typedefs
View group command definitions

Data Structures

struct  zb_zcl_groups_view_group_req_s
 View group command structure. More...
 
struct  zb_zcl_groups_view_group_res_s
 View group command response structure. More...
 

Typedefs

typedef struct
zb_zcl_groups_view_group_req_s 
zb_zcl_groups_view_group_req_t
 View group command structure.
 
typedef struct
zb_zcl_groups_view_group_res_s 
zb_zcl_groups_view_group_res_t
 View group command response structure.
 

Detailed Description

View Group command and response have simpe payload. View group command is being processed, and View Group responce command originates from ZCL internals.

Examples
View Group request command can be formed as:
ZB_ZCL_GROUPS_SEND_VIEW_GROUP_REQ(zcl_cmd_buf, DST_ADDR, DST_ADDR_MODE, DST_ENDPOINT,
HA_SWITCH_ENDPOINT, ZB_AF_HA_PROFILE_ID,
ZB_ZCL_ENABLE_DEFAULT_RESPONSE, NULL, TEST_GROUP_ID_1);
View Group response command can be parsed as:
ZB_ZCL_GROUPS_GET_VIEW_GROUP_RES(buf, view_group_res);

For more information see 545_groups sample


Documentation feedback | Developer Zone | Subscribe | Updated