GetCANMessage
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function can only be called inside of an on PDU handler. The function will return in its second parameter the CAN (or CAN-FD) frame, the PDU was contained.Parameters
- this: Handle to the currently handled (received) PDU object.
- msg: Reference to a message object that will contain the overall received message data and information.
Return Values
- 0: Data access successful.
- -1: Wrong bus system; CAN message is not available.
- -2: Message does not support this info.
- -3: The PDU object is invalid.
- -4: PDU is not of Rx type.
- -5: Parameter too small (e.g. array has too less bytes)
- -6: Message or PDU is not available (any more)