Skip to main contentOpen topic with navigation
CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_SetMsgPriority
GBT27930IL_SetMsgPriority
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
long GBT27930IL_SetMsgPriority(dbMsg dbMessage, dword priority ); // form 1
long GBT27930IL_SetMsgPriority(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
—