Skip to main content

SomeIpILControlResume

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long SomeIpILControlResume();

Description

Start sending cyclic messages again after SomeIpILControlWait. Application Endpoints and Provided Services do not have to be created again.

Parameters

Return Values

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

Example

on key 'r '
{
  // resume sending messages
  SomeIpILControlResume();
}
See Also