Skip to main content

OnSomeIpProcessRxMessage

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This callback function is called whenever the IL has received a SOME/IP message. The return value of this callback determines if the message should be processed by the IL or if it should be ignored. Furthermore, the message may be modified before the IL processes the message.

Parameters

  • messageHandle: Handle of the received SOME/IP message that triggered the callback.
  • rxChannel: The channel of the application endpoint that received the message.

Return Values

The message will be processed if the callback returns 1. Otherwise, the message has been ignored by the callback.

Example

See Also