Skip to main content

OnSomeIpProcessTxMessage

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This callback function is called whenever the IL wants to send a SOME/IP message. The return value of this callback determines if the message should be sent or if it should be blocked. Furthermore, the message may be modified before the IL sends the message.

Parameters

  • messageHandle: Handle of the to be sent message that triggered the callback.
  • txChannel: The channel of the application endpoint that will be used to send the message.

Return Values

The message will be sent if the callback returns 1. Otherwise, the message has been filtered by the callback.

Example

See Also