EmberZclGroupEntry_t Struct Reference

#include <zcl-core-types.h>

Data Fields

EmberZclGroupId_t groupId
 
EmberZclEndpointId_t endpointId
 
uint8_t groupNameLength
 
uint8_t addrAssignmentMode
 
EmberIpv6Address groupMcastAddress
 
uint16_t groupUdpPort

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

Field Documentation

uint8_t EmberZclGroupEntry_t::addrAssignmentMode

An array containing group name. Save space Address assignment mode as passed in "add group" command or 0xFF if address is not assigned

EmberZclEndpointId_t EmberZclGroupEntry_t::endpointId

An endpoint identifier of a group entry.

EmberZclGroupId_t EmberZclGroupEntry_t::groupId

A group identifier of a group entry.

EmberIpv6Address EmberZclGroupEntry_t::groupMcastAddress

Group IPv6 address or flag/scope bits from "add group" command

uint8_t EmberZclGroupEntry_t::groupNameLength

Length of group name.

uint16_t EmberZclGroupEntry_t::groupUdpPort

UDP port the group is listening on: EMBER_COAP_PORT or whatever was passed in "add group"


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