Skip to main content
Open topic with navigation

SCC_SetEVSENotification

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » EVSE Functions » SCC_SetEVSENotification Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long SCC_SetEVSENotification ( char EVSENotification[] )

Description

Sets the EVSE notification enum.

Parameters

  • EVSENotification: String that must match an enum value according to the schema. Possible values are:
    • None
    • StopCharging
    • ReNegotiation

Return Values

  • 0: Not successful
  • 1: Successful

Example