> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionSCCGetVerificationStatus

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/SmartCharging/Functions/CAPLfunctionSCCGetVerificationStatus.md)

# SCC\_GetVerificationStatus

[CAPL Functions](../../CAPLfunctions.md) » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [V2G Data Queries](../CAPLFunctionsSmartChargingOverview.md#V2GDataQueries) » [Shared Functions](../CAPLFunctionsSmartChargingOverview.md#V2GDataQueries) » SCC\_GetVerificationStatus

[Valid for](../../../Shared/FeatureAvailability.md):  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

—
