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

Iso11783IL_PDDObjectPoolDelete

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long Iso11783IL_PDDObjectPoolDelete(); // form 1
  • long Iso11783IL_PDDObjectPoolDelete(dbNode implement); // form 2

Description

The function deletes the current device description object pool and sends an Object-pool Delete message to the Task Controller. Contrary to Iso11783IL_PDDDelete the connection to the Task Controller is not removed.

Parameters

  • implement: Simulation node to apply the function.

Return Values

error code

Example

if (Iso11783IL_PDDObjectPoolDelete() == 0) {
  write("Object pool is deleted and Object-Pool delete message is sent successfully");
}