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

Iso11783IL_PDDObjectPoolDeactivate

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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

Description

The function sends an Object-pool Deactivate message to the Task Controller and disconnects the connection to the Task Controller.

Parameters

  • implement: Simulation node to apply the function.

Return Values

error code

Example

if (Iso11783IL_PDDObjectPoolDeactivate() == 0) {
  write("Node has disconnected from the Task Controller");
}