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

SCC_SupportedAppProtocolRes

Valid for:  CANoe DE  •  CANoe4SW DE Note

Function Syntax

void SCC_SupportedAppProtocolRes(long ResponseCode, dword SchemaID)

Description

The callback is called as soon as a Supported App Protocol Response is received. Further details that are transmitted in this request can be queried with the following function:

Parameters

  • ResponseCode: 1 if OK, 0 if FAILED.
  • SchemaID: The ID of the schema that was selected by the charge point.

Return Values

Example