Skip to main content
Open topic with navigation

SetNextEVSENotification

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

Function Syntax

MethodReturnValueType SetNextEVSENotification ( EVSENotificationType EVSENotification )

Description

This function overwrites the next EVSENotification value sent.

Parameters

  • EVSENotification: Enum with following values:
    • Pause = 0
    • ExitStandby = 1
    • Terminate = 2
    • ScheduleRenegotiation = 3
    • ServiceRenegotiation = 4
    • MeteringConfirmation = 5

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