5.1.3.11 NWK_IsGroupMember Function

Syntax

bool NWK_IsGroupMember(const NWK_GroupAddr_t addr, const NWK_GroupData_t data);

Description

This function helps to check group address and data in the group table.

Input Parameters
Parameter NameDescription
addr
  • Address of group
  • Valid range 0x0000-0xffff
data
  • Value linked to group
  • Valid range 0x01-0xff
  • If data is equal to NWK_ANY_GROUP_DATA, that means there are entries with the given group address.
Return Type and Values
  • true – If pair addr and data is available in the group table
  • false – Otherwise