NWK_GroupTableEntry t
C
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
Type of group table entry.