Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » EVSE Functions » SCC_SetShutdownRequest

SCC_SetShutdownRequest

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

long SCC_SetShutdownRequest ( long ShutdownRequest )

Description

Demands the stop of the charging session from the vehicle, the appropriate mechanism for the active schema version, or withdraws this request. Note: You can still initiate a shutdown using the specific parameter of the target schema version instead of using this convenience function.

Parameters

  • ShutdownRequest
    • 1 to demand a shutdown.
    • 0 to withdraw a shutdown request.

Return Values

  • 0: Not successful
  • 1: Successful

Example