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

SCC_GetEnergyTransferMode

Valid for:  CANoe DE •  CANoe4SW DE Note
This function can be called only within the assigned callback. The function is used to query the details of a request.

Function Syntax

void SCC_GetEnergyTransferMode ( long Index, char EnergyTransferMode[] )

Description

Gets EnergyTransferMode with the target index (ISO 15118).

Parameters

  • Index
    Zero-based index of the sub element. Use SCC_GetEnergyTransferModeCount to retrieve the number of elements.
  • EnergyTransferMode
    Queries the textual representation of the EnergyTranferMode (e.g. DC_extended) (to the given char buffer).

Return Values

Example