5.1.3.1 NWK_AddGroup Function
Syntax
bool NWK_AddGroup(const NWK_GroupAddr_t addr, const NWK_GroupData_t data);
Description
This function adds new entry to the group table.
Input Parameters
| Parameter Name | Description |
|---|---|
addr |
|
data |
|
Return Type and Values
true– If entry is added successfully-
false– Otherwise
