Iso11783IL_ControlInit
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
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.
long Iso11783IL_ControlInit(); // form 1
long Iso11783IL_ControlInit( dbNode node ); // form 2
on preStart
{
Iso11783IL_ControlInit();
}