Skip to main content
Open topic with navigation CAPL Functions » Ethernet » SOME/IP IL » <OnSomeIpEventReceived>

<OnSomeIpEventReceived>

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This callback function is called by SOME/IP IL when a notification message has been received for the Event specified in the cevHandle parameter. A callback function with this signature must be passed to the CAPL function SomeIpCreateEventConsumer.

Parameters

  • cevHandle: Handle of the Event that triggered the callback, see SomeIpCreateEventConsumer.
  • messageHandle: Message handle of the SOME/IP Event.

Return Values

Example