Skip to main content
Open topic with navigation

SCC_GetVerificationStatus

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » Shared Functions » SCC_GetVerificationStatus Valid for:  CANoe DE  •  CANoe4SW DE Note
This function can be called only within the assigned callback. It is used to query the details of a SLAC or V2G message.

Function Syntax

dword SCC_GetVerificationStatus ( )

Description

Gets the state of the received message regarding the validity of its signature.

Parameters

Return Values

  • 0: Verification failed.
  • 1: Verification successful.
  • 2: Not verified (unsigned message or not required).

Example