5.1.3.11 NWK_IsGroupMember Function
Syntax
bool NWK_IsGroupMember(const NWK_GroupAddr_t addr, const NWK_GroupData_t data);
Description
This function helps to check group address and data in the group table.
Input Parameters
Parameter Name | Description |
---|---|
addr |
|
data |
|
Return Type and Values
true
– If pairaddr
and data is available in the group tablefalse
– Otherwise