Open topic with navigation CAPL Functions » J1939 » J1939 IL » J1939ILOnRxMessageDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
J1939ILOnRxMessage (Callback)
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback function is called from the J1939 IL if the J1939 IL receives the parameter group, namely before the parameter group is processed by the J1939 IL. The message data can be manipulated in the callback method or handling of the message by the IL can be suppressed. Usage- To ignore some incoming messages.
- To simulate faulty behavior of the node that communicates with simulated node (by manipulating of incoming messages).
Parameters
- rxPG: message which is received
Return Values
- 0: Received parameter group will be ignored by the J1939 Interaction Layer.
- 1: Received parameter group will be processed by the J1939 Interaction Layer.