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

SCC_SchemaSelectionInd

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_SchemaSelectionInd ( char Namespace[], dword VersionMajor, dword VersionMinor )

Description

Indicates that a schema has been chosen via the SupportedAppProtoco handshake.
(The EVSE simulation automatically chooses a protocol from the vehicle’s list based on the priority.)

Parameters

  • Namespace: Namespace string of the selected schema.
  • VersionMajor: Major version of the selected schema.
  • VersionMinor: Major version of the selected schema.

Return Values

Example