Skip to main content
Open topic with navigation

SCC_GetServiceParameterStringValue

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EV Functions » SCC_GetServiceParameterStringValue 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_GetServiceParameterStringValue ( long i1, long i2, char Value[] )

Description

Gets the string value of the parameter with the selected indices within a ServiceDetailRes message.

Parameters

  • I1: Selected index of a parameter set < ParameterSetCount.
  • I2: Selected index of a parameter.
  • Value: Queries the service name value (to the given char buffer).

Return Values

Example