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

GBT27930IL_SetMsgDA

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long GBT27930IL_SetMsgDA(dbMsg dbMessage, dword destinationAddress ); // form 1
long GBT27930IL_SetMsgDA(dbNode node, dbMsg dbMessage, dword destinationAddress ); // form 2

Description

Sets the message destination address.

Parameters

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

Return Values

Example