Skip to main content

SomeIpTriggerEvent

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function triggers sending of an Event. Afterwards, the CAPL callback function is called in <OnSomeIpPrepareEvent>, and the application has the opportunity to change or update the values of the SOME/IP Event before it is sent to its subscriber and by Multicast.

Parameters

  • pevHandle: Handle of the Event that is to be sent. The handle must have been created beforehand with SomeIpAddEvent.

Return Values

  • 0: The function was successfully executed
  • >0: Error code

Example

See Also