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

Iso11783IL_ControlInit

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_ControlInit(); // form 1
long Iso11783IL_ControlInit( dbNode node ); // form 2

Description

This function can only be used in on preStart, to suppress the auto-start function of the IL.

Parameters

  • node: Simulation node to apply the function.

Return Values

0 on success or error code

Example

on preStart
{
    Iso11783IL_ControlInit();
}