Skip to main content
Open topic with navigation CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_SetMsgPGN

GBT27930IL_SetMsgPGN

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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

Description

Sets new value of PGN.

Parameters

  • dbMessage: Message name as defined in the database.
  • pgn: New value of PGN.
  • node: Simulation node to apply the function.

Return Values

Example