> ## 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.

# CAPLfunctionSCCChargingStatusRes

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

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [EV Callback Functions](../CAPLFunctionsSmartChargingOverview.md#CallbackEV) » SCC\_ChargingStatusRes

# SCC\_ChargingStatusRes

[Valid for](../../../Shared/FeatureAvailability.md):  CANoe DE  •  CANoe4SW DE

**Note**

* `<InvalidValueSigned>` and/or `<InvalidValueUnsigned>` can be defined in the XML configuration.
* These are returned if an optional numeric message parameter was queried by this function but not found.
* See [Configuration of Vehicle SCC Nodes](../../../CANoeCANalyzer/SmartCharging/SCProcedures/SCCConfigurationVehicleSCCNodes.md) or [Configuration of Chargepoint SCC Nodes](../../../CANoeCANalyzer/SmartCharging/SCProcedures/SCConfigurationChargePointSCCNodes.md).

## Function Syntax

```plaintext theme={null}
void SCC_ChargingStatusRes ( byte SessionID[], 
long ResponseCode, char EVSEID[], 
long SAScheduleTupleID, long ReceiptRequired )
```

## Description

The callback is called as soon as a Charging Status Response is received.

Further details that are transmitted in this request can be queried with the following functions:

* [SCC\_GetMaxCurrent](../Functions/CAPLfunctionSCCGetMaxCurrent.md)
* [SCC\_GetMeterInfoData](../Functions/CAPLfunctionSCCGetMeterInfoData.md)
* [SCC\_GetResponseCodeString](../Functions/CAPLfunctionSCCGetResponseCodeString.md)

## Parameters

* **SessionID**: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
* **ResponseCode**: 1 if **OK**, 0 if **FAILED**
* **EVSEID**: ID of charge point.
* **SAScheduleTupleID**: ID of the selected SAScheduleTuple
* **ReceiptRequired**: Indicates if the vehicle is required to send a MeteringReceiptReq

## Return Values

—

## Example

—
