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

Data Structures

struct  zb_zcl_groups_add_group_req_s
 Add group command structure. More...
 
struct  zb_zcl_groups_add_group_res_s
 Add group response command structure. More...
 

Typedefs

typedef struct
zb_zcl_groups_add_group_req_s 
zb_zcl_groups_add_group_req_t
 Add group command structure.
 
typedef struct
zb_zcl_groups_add_group_res_s 
zb_zcl_groups_add_group_res_t
 Add group response command structure.
 

Detailed Description

Add group request and response commands have simple payload. Response command is being filled and sent by ZCL internals.

Examples

Filling and sending Add Group request:

ZB_ZCL_GROUPS_SEND_ADD_GROUP_REQ(
zcl_cmd_buf, DST_ADDR, DST_ADDR_MODE, DST_ENDPOINT,
TEST_GROUP_ID_7);

Parsing Add Group request:

ZB_ZCL_GROUPS_GET_ADD_GROUP_REQ(buffer, add_group);

Parsing Add Group response:

ZB_ZCL_GROUPS_GET_ADD_GROUP_RES(buf, add_group_res);

For more information see 5.5.3_groups sample


Documentation feedback | Developer Zone | Subscribe | Updated