Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Test Functions » Shared Functions » SCC_CreateServiceDetailRes_ISO

SCC_CreateServiceDetailRes_ISO

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

long SCC_CreateServiceDetailRes_ISO ( 
byte SessionID[], char ResponseCode[], 
dword ServiceID )

Description

Creates a Service Detail Response message for sending.

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 - 0xFF FF FF FF FF FF FF FF.
  • ResponseCode: Acknowledgment status of the message. The list of possible response codes you find on page SCC_SetResponseCode.
  • ServiceId: ID of the requested service.
  • Optional Parameters:
    • Index: 0
    • Name: ServiceParameterList
    • Type: complex
    • Description: List of parameters for the specific serviceID.

Return Values

  • 1: If successful.
  • 0: Else (message cannot be sent).

Example