Open topic with navigation CAPL Functions » General » Event Procedures » on PDUDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
on PDU
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
on PDU <PDU name>;on PDU short <short header ID>;on PDU long <long header ID>;on PDU <header ID>;on PDU *;on PDU [*];
Description
This event procedure is called if the corresponding PDU is received of which the updated bit is set or undefined. For the event procedure of type* and [*], keyword this is an untyped PDU object. For all other event procedures, keyword this is a typed PDU object.
Note: The form on pdu * is also called for SOME/IP PDUs. Keyword this is an untyped PDU object. The data contains the SOME/IP header and payload. Security selectors are not available.