J1939ILControlInit
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 J1939ILControlInit(); // form 1
long J1939ILControlInit(dbNode node); // form 2
on preStart
{
J1939ILControlInit();
}