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

<OnSomeIpFieldNotification>

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 field specified in the pfHandle parameter. A callback function with this signature must be passed to the CAPL function SomeIpCreateFieldConsumer.

Parameters

  • cfHandle: Handle of the field that triggered the callback.
  • messageHandle: Message handle of the SOME/IP field notification.

Return Values

Example

In this example, it is assumed that the utilized field is contained in the FIBEX database that is assigned to the CANoe configuration. The field has the Notification ID 30, the Getter ID 31, and the Setter ID 32. The data type of the field is a standard data type (for example, UINT8).
See Also