1.3.3.1.4 PDS_DeleteAll Function

C

PDS_DataServerState_t PDS_DeleteAll(bool includingPersistentItems);

Description

This routine deletes data from non-volatile storage except the Persistent items depending on the parameter passed

Parameters

ParamDescription
includingPersistentItemsdeletes Persistent items if TRUE deletes all other items except Persistent items if FALSE

Returns

PDS_DataServerState_t - status of PDS DeleteAll

C

bool PDS_AddItemExcpetionFromDeleteAll (PDS_MemId_t itemID);

Description

This routine extempts the item from the Delete All command. Makes the item double persistent

Parameters

ParamDescription
PDS_MemId_tItem ID to be exempted

Returns

bool - True