PDS_Store

Definition: This function sets the store operation bit in the file-marks for the item in PDS.

Syntax

dsStatus_t PDS_Store(PdsFileItemIdx_t pdsFileItemIdx, uint8_t item);

Input Parameters

Table 1. Input Parameters

Parameter Name

Parameter Type

Description

pdsFileItemIdx

PdsFileItemIdx_t

PDS file ID of the item

item

uint8_t

PDS item ID

Return Type and Values

Table 2. Return Type

Parameter Name

Parameter Type

Description

PdsStatus_t

ENUM

PDS status codes. Definition available in pds_interface.h

Table 3. Return Values

Return Value

Reason

PDS_OK

PDS operation is success

PDS_INVALID_FILE_IDX

File ID is invalid

API Type – Asynchronous