5.2.4.6 NWK_GroupTableEntry_t Structure
Syntax
typedef struct _NWK_GroupTableEntry_t
{
/** The data used by user, for example APS end point. */
NWK_GroupData_t data;
/** Address of group. */
NWK_GroupAddr_t addr;
} NWK_GroupTableEntry_t;Description
The NWK_GroupTableEntry_t is a structure representing the type of a group
table entry.
