Skip to main content

SomeIpCallMethod

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

Initiates a method call by sending a request to the server. The service that the method contains must be offered by the provider through an Offer Service message and still be valid so that the method can be successfully called. Background: For a successful method call, the remote address and the remote port of the provided service is needed. This is communicated via the Offer Service message.

Parameters

Return Values

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

Example

In this example, it is assumed that the created method is contained in the FIBEX database that is assigned to the CANoe configuration. The method has the Method ID 31, two input parameters Member_value1 and Member_value2, and a return parameter Result.
See Also