NWK_RemoveAllGroups Function
C
bool NWK_RemoveAllGroups(const NWK_GroupData_t data);
Description
Remove all group entries with given group data
Parameters
Param | Description |
---|---|
data | value linked to group. Valid range 0x01 If data is equal to NWK_ANY_GROUP_DATA then remove all entries from table. |
Returns
'true' if any entry is removed successfully otherwise 'false'.