Open topic with navigation CAPL Functions » Smart Charging » CCS (Communication Setup) » Shared Callback Functions » OnPreSendMessageIdChangedDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
OnPreSendMessageIdChanged
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback is called before a message is sent. Using the active simulation, the individual values of the corresponding message can be changed here. This includes message parameters with meaningful values that were set by the state machine before sending. For correct usage refer to the CAPL example. It is available for the whole Distributed Object.Parameters
- txMessageId: ID of the message that will be sent. See MessageIDs for more information.