Open topic with navigation CAPL Functions » LIN » linRegisterOnFrameResponseDataChangedCallbackDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
linRegisterOnFrameResponseDataChangedCallback
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Registers a callback function which is invoked whenever the response data of a LIN frame has been changed. The invocation of the callback happens right before the data is passed to the LIN hardware or the LIN bus simulator. The data of the linFrame parameter can be modified by this function. This can be used to ensure consistency of the frame’s data before it is sent. Note: This function may only be called in the event procedure on preStart.Parameters
- callbackName: The name of the callback function which should be registered. The callback must have the following signature:
void func (linFrame* frame)