Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_groups_client.h File Reference

ZCL GROUPS cluster client implementation. More...

#include "tr_af.h"
#include "zb_zcl_groups.h"
+ Include dependency graph for tr_groups_client.h:

Go to the source code of this file.

Data Structures

struct  tr_zcl_groups_view_group_res_s
 

Macros

#define tr_groups_client_printf(...)
 
#define tr_groups_client_println(...)
 

Typedefs

typedef struct tr_zcl_groups_view_group_res_s tr_zcl_groups_view_group_res_t
 

Functions

void tr_groups_client_init_cb (void)
 Callback fires when groups client cluster is initialized.
 
zb_bool_t tr_groups_client_add_group_resp_cb (zb_uint8_t endpoint, zb_uint16_t group_id, zb_uint8_t status)
 Callback that fires on receipt of groups client cluster add group response command.
 
zb_bool_t tr_groups_client_view_group_resp_cb (zb_uint8_t endpoint, zb_uint16_t group_id, zb_char_t *group_name, zb_uint8_t status)
 Callback that fires on receipt of groups client cluster view group response command.
 
zb_bool_t tr_groups_client_get_group_membership_resp_cb (zb_uint8_t endpoint, zb_uint8_t capacity, zb_uint8_t group_count, zb_uint16_t *group_id_list)
 Callback that fires on receipt of groups client cluster get group membership response command.
 
zb_bool_t tr_groups_client_remove_group_resp_cb (zb_uint8_t endpoint, zb_uint16_t group_id, zb_uint8_t status)
 Callback that fires on receipt of groups client cluster remove group response command.
 
void tr_groups_client_init (void)
 

Detailed Description

ZCL GROUPS cluster client implementation.


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com


Macro Definition Documentation

◆ tr_groups_client_printf

#define tr_groups_client_printf ( ...)

debug prints


◆ tr_groups_client_println

#define tr_groups_client_println ( ...)

Typedef Documentation

◆ tr_zcl_groups_view_group_res_t

Function Documentation

◆ tr_groups_client_init()

void tr_groups_client_init ( void )

function prototypes consumed by framework