NWK_IsGroupMember Function
C
bool NWK_IsGroupMember(const NWK_GroupAddr_t addr, const NWK_GroupData_t data);Description
Check group address and data in 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 that means any enties with given group address. |
Returns
'true' if pair addr and data is found in the group table otherwise 'false'.
