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

SCC_CreateSupportedAppProtocolRes

Valid for:  CANoe DE •  CANoe4SW DE

Function Syntax

long SCC_CreateSupportedAppProtocolRes ( char ResponseCode[] )

Description

Creates a SupportedAppProtocol Response message for sending.

Parameters

  • ResponseCode: Acknowledgment status of the message. The list of possible response codes you find on page SCC_SetResponseCode.

Optional Parameters

  • Index: 0
  • Name: SchemaId
  • Type: long
  • Description: Unique ID of one of the vehicle’s supported protocols.

Return Values

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

Example