Skip to main content
Open topic with navigation CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_ControlStop

GBT27930IL_ControlStop

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long GBT27930IL_ControlStop(); // form 1
  • long GBT27930IL_ControlStop(dbNode node); // form 2

Description

Deactivates the IL and stops sending cyclic messages.

Parameters

  • node: Simulation node to apply the function

Return Values

0 on success or IL Error Code

Example

on key 's'
{
    GBT27930IL_ControlStop(1);
}