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

SCC_ChargeParameterDiscoveryReqDC

Valid for: CANoe DE • CANoe4SW DE Note

Function Syntax

void SCC_ChargeParameterDiscoveryReqDC 
( byte SessionId[], double EVEnergyCapacity, 
double EVEnergyRequest)

Description

The callback is called as soon as a Charge Parameter Discovery Request is received. Further details that are transmitted in this request can be queried with the following functions:

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • EVEnergyCapacity (DC): Maximum supported power.
  • EVEnergyRequest (DC): Energy required by the vehicle.

Return Values

Example