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

GBT27930IL_EnableMsg

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long GBT27930IL_EnableMsg(dbMsg dbMessage); // form 1
  • long GBT27930IL_EnableMsg(dbNode node, dbMsg dbMessage); // form 2

Description

Re-enables the sending of the message after having disabled it with ILFaultInjectionDisableMsg/GBT27930IL_DisableMsg.

Parameters

  • dbMessage: message name as defined in the database
  • node: Simulation node to apply the function

Return Values

Example