EmberZclGroupEntry_t Struct Reference

#include <zcl-core-types.h>

Data Fields

EmberZclGroupId_t groupId
 
EmberZclEndpointId_t endpointId
 
uint8_t groupNameLength
 
uint8_t groupName [EMBER_ZCL_MAX_GROUP_NAME_LENGTH]

This structure holds a group entry that represents membership of an endpoint in a group.

Field Documentation

EmberZclEndpointId_t EmberZclGroupEntry_t::endpointId

An endpoint identifier of a group entry.

EmberZclGroupId_t EmberZclGroupEntry_t::groupId

A group identifier of a group entry.

uint8_t EmberZclGroupEntry_t::groupName[EMBER_ZCL_MAX_GROUP_NAME_LENGTH]

An array containing group name.

uint8_t EmberZclGroupEntry_t::groupNameLength

Length of group name.


The documentation for this struct was generated from the following file:
  • zcl-core-types.h