Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

OnAREthMessage

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void OnAREthMessage( dword messageHandle );

Description

This callback function can be implemented in the CAPL program to be notified when a SOME/IP message is received. The function is called for all those SOME/IP messages that are received on the local Application Endpoint of the IL, see AREthOpenLocalApplicationEndpoint.

Parameters

  • messageHandle: Handle of the received SOME/IP message. The handle is needed for the functions that read out message data.

Return Values

Example

See Also