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

GBT27930IL_OnTxPrepare (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This callback function is called from the GBT27930 IL before a parameter group is sent. The signal value can be updated in the callback or sending of the message can be suppressed.

Parameters

  • txPG: message which should be sent

Return Values

  • 1: send message
  • 0: do not send message

Example