ZGPL_AddOrUpdateTableEntryOnNvm Function
C
bool ZGPL_AddOrUpdateTableEntryOnNvm(void *entryPtr, ZGP_TableUpdateAction_t action, ZGP_EntryType_t tableType);Description
To add/update proxy/sink entry on NVM
Parameters
| Param | Description |
|---|---|
| entryPtr | pointer to the entry to be operated |
| action | to be performed on the entry |
| tableType | proxy or sink entry |
Returns
true for successful operation false otherwise
