5.1.3.13 NWK_RemoveAllGroups Function

Syntax

bool NWK_RemoveAllGroups(const NWK_GroupData_t data);

Description

This function removes all group entries with given group data

Input Parameters
Parameter NameDescription
data
  • Value linked to group
  • Valid range 0x01-0xff
  • If data is equal to NWK_ANY_GROUP_DATA, then remove all entries from table.
Return Type and Values
  • true – If any entry is removed successfully
  • false – Otherwise