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 NameDescription
entryPtrPointer to the entry to be operated
actionPerforms the operation on the entry
tableTypeProxy or sink entry
Return Type and Values
  • true – Successful operation
  • false – Otherwise