3.3.10 PDS_StoreAll

Definition: This function will set the store operation to all the items stored in all the registered files in PDS.

Syntax

PdsStatus_t PDS_StoreAll(void);

Input Parameters

<None>

Return Type and Values

Table 3-24. Return Type

Parameter Name

Parameter Type

Description

PdsStatus_t

ENUM

PDS status codes. Definition available in pds_interface.h

Table 3-25. Return Value

Return Value

Reason

PDS_OK

PDS operation is success

API Type – Synchronous