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 NameDescription
addr
  • Address of group
  • Valid range 0x0000-0xffff
data
  • Value linked to group
  • Valid range 0x01-0xff
Return Type and Values
  • true – If entry is added successfully
  • false – Otherwise