Skip to main content

AREthILControlStop

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long AREthILControlStop();

Description

Stops the AUTOSAR Eth IL. Disables sending and receiving SOME/IP messages and Service Discovery. Application-Endpoints and Provided Services will be closed. The AUTOSAR Eth IL can be started again using the AREthILControlStart function.

Parameters

Return Values

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

Example

on key '2 '
{
  // stop IL manually
  AREthILControlStop();
}
See Also