Skip to main content
Open topic with navigation CAPL Functions » J1939 » J1939 IL » J1939ILSetMsgPriority

J1939ILSetMsgPriority

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long J1939ILSetMsgPriority(dbMsg dbMessage, dword priority ); // form 1
long J1939ILSetMsgPriority(dbNode node, dbMsg dbMessage, dword priority ); // form 2

Description

Sets the message priority.

Parameters

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

Return Values

Example