Skip to main contentOpen topic with navigation
CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_DisableMsg
GBT27930IL_DisableMsg
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
long GBT27930IL_DisableMsg(dbMsg dbMessage); // form 1
long GBT27930IL_DisableMsg(dbNode node, dbMsg dbMessage); // form 2
Description
Disables the sending of the message except by calling the function GBT27930IL_SetMsgEvent.
Parameters
- dbMessage: message name as defined in the database
- node: Simulation node to apply the function
Return Values
Example
—