Skip to main content
Open topic with navigation

SCC_GetResponseCodeString

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EV Functions » SCC_GetResponseCodeString

Tool Availability

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_GetResponseCodeString ( char ResponseCode[] )

Description

Gets the response code. The list of possible response codes you find on page SCC_SetResponseCode.

Parameters

  • ResponseCode: Queries the Response code string (to the given char buffer). This allows for evaluating its actual semantics, whereas each callback only returns a binary value indicating OK or FAILED.

Return Values

Example