3.3.3 PDS_UnInit

Definition: This API will disable storing the data in PDS.

Syntax

PdsStatus_t PDS_UnInit(void);

Input Parameter

<None>

Return Type and Value

Table 3-8. Return Type

Parameter Name

Parameter Type

Description

PdsStatus_t

ENUM

PDS status codes. Definition available in pds_interface.h

Table 3-9. Return Value

Return Value

Reason

PDS_OK

PDS operation is success

API Type – Synchronous