Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

J1939ILDisableMsg

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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

Description

Disables the sending of the message except by calling the function J1939ILSetMsgEvent.

Parameters

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

Return Values

Example