Skip to main content

SomeIpILControlStart

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long SomeIpILControlStart();

Description

Starts SOME/IP IL. Enabled sending and receiving SOME/IP messages and Service Discovery. After the start of SOME/IP IL, all Application Endpoints and the Provided Services must be created. SOME/IP IL can be stopped using the SomeIpILControlStop function.

Parameters

Return Values

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

Example

on key '1'
{
  // start IL manually
  SomeIpILControlStart();

  // add application endpoints and provided services here
}
See Also