5.1.8.22 ZGPL_AddOrUpdateTableEntryOnNvm Function
Syntax
bool ZGPL_AddOrUpdateTableEntryOnNvm(void *entryPtr, ZGP_TableUpdateAction_t action, ZGP_EntryType_t tableType);
Description
This function adds/updates the proxy/sink entry on the NVM.
Input Parameters
| Parameter Name | Description |
|---|---|
entryPtr | Pointer to the entry to be operated |
action | Performs the operation on the entry |
tableType | Proxy or sink entry |
Return Type and Values
true– Successful operationfalse– Otherwise
