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