Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_PDDDelete

Iso11783IL_PDDDelete

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_PDDDelete( ); // form 1
long Iso11783IL_PDDDelete( dbNode implement ); // form 2

Description

Deletes the process data directory and disconnects from the Task Controller.

Parameters

  • implement: Simulation node to apply the function.

Return Values

  • 0: process data directory has been deleted successfully
  • < 0: an error has occurred

Example

Iso11783IL_PDDDelete( );