5.1.3.14 NWK_RemoveGroup Function

Syntax

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

Description

This function removes group entries from 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, then remove all entries with given group address.
Return Type and Values
  • true – If any entry is removed successfully
  • false – Otherwise