Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EVSE Functions » SCC_GetAppProtocolData

SCC_GetAppProtocolData

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.
  • <InvalidValueSigned> and/or <InvalidValueUnsigned> can be defined in the XML configuration.

Function Syntax

void SCC_GetAppProtocolData ( long Index, 
char ProtocolNamespace[], long& VersionMajor, 
long& VersionMinor, long& SchemaID, 
long& Priority )

Description

Gets the content of an AppProtocol element of a SupportedAppProtocolReq message.

Parameters

  • Index: Selected index of protocol list.
  • ProtocolNamespace: Queries the protocol namespace as string with 100 characters (to the given char buffer).
  • VersionMajor: Gets the major version (via reference).
  • VersionMinor: Gets the minor version (via reference).
  • SchemaID: Gets the schema id (via reference).
  • Priority: Gets the Priority (via reference).

Return Values

Example