ZGPH_GetSinkTableEntryByIndex Function
C
bool ZGPH_GetSinkTableEntryByIndex(ZGP_SinkTableEntry_t *entry, uint8_t index);Description
To read the sink entry based on the index
Parameters
| Param | Description |
|---|---|
| entry | entry to be populated |
| index | entry index |
Returns
true - entry found
false - entry not found
