5.1.3.12 NWK_NextGroup
Syntax
NWK_GroupTableEntry_t* NWK_NextGroup(NWK_GroupTableEntry_t *entry);
Description
Get first or next non-free entry from the groups table.
Input Parameters
Parameter Name | Description |
---|---|
entry | Address of the current entry or NULL to get the first entry |
Return Type and Values
- Pointer to the next non-free entry
- NULL if no more entries exist