Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

StartScheduleRenegotiation

CAPL Functions » Smart Charging » CCS (Communication Setup) » Shared Functions » StartScheduleRenegotiation Valid for: CANoe DE • CANoe4SW DE

Function Syntax

MethodReturnValueType StartScheduleRenegotiation ();

Description

This function is used to start the ScheduleRenegotiation process on EV side. The EVSE side can trigger the same process by using the SetNextEVSENotification method. The function is available for the following embedded members:
  • ISO20

Parameters

Return Values

MethodReturnValueType All function calls (except for indications) will return a MethodReturnValueType indicating whether the call was successful or not. Possible values:
  • 0: OK
  • 1: InvalidArgument
  • 2: NoMatchingElementFound
  • 3: UnknownError

Example