Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_SetMsgEvent

Iso11783IL_SetMsgEvent

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_SetMsgEvent( dbMsg msg );

Description

The message is sent immediately, the send type is ignored. The ISO11783 IL must be in state active and the message must be assigned to the node as Tx message. To modify signal values prior to message transmission, the CAPL functions Iso11783IL_SetSignal or Iso11783IL_SetSignalRaw can be used.

Parameters

  • msg: message name from database
    • The message must be a Tx message of the node.

Return Values

Example

on key 't'
{
    Iso11783IL_SetMsgEvent( EC1 );
}