NWK_NextGroup Function
C
NWK_GroupTableEntry_t* NWK_NextGroup(NWK_GroupTableEntry_t *entry);
Description
Get first or next non-free entry from the groups table.
Parameters
Param | Description |
---|---|
entry | address of the current entry or NULL to get the first entry. |
Returns
pointer to the next non-free entry or NULL if no more entries exist.