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

# CAPLfunctionSCCChargeParameterDiscoveryRes

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

## SCC\_ChargeParameterDiscoveryRes

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

### Tool Availability

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

### Function Syntax

```plaintext theme={null}
void SCC_ChargeParameterDiscoveryRes 
( byte SessionID[], long ResponseCode, 
long SAScheduleTupleCount )
```

### Description

The callback is called as soon as a Charge Parameter Discovery Response is received.

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

* [SCC\_GetMaxVoltage](../Functions/CAPLfunctionSCCGetMaxVoltage.md)
* [SCC\_GetMaxCurrent](../Functions/CAPLfunctionSCCGetMaxCurrent.md)
* [SCC\_GetMinCurrent](../Functions/CAPLfunctionSCCGetMinCurrent.md)
* [SCC\_GetSAScheduleTupleID](../Functions/CAPLfunctionSCCGetSAScheduleTupleID.md)
* [SCC\_GetProcessing](../Functions/CAPLfunctionSCCGetProcessing.md)
* [SCC\_GetMaxPower](../Functions/CAPLfunctionSCCGetMaxPower.md) (DC)
* [SCC\_GetCurrentRegulationTolerance](../Functions/CAPLfunctionSCCGetCurrentRegulationTolerance.md) (DC)
* [SCC\_GetEnergyToBeDelivered](../Functions/CAPLfunctionSCCGetEnergyToBeDelivered.md) (DC)
* [SCC\_GetPeakCurrentRipple](../Functions/CAPLfunctionSCCGetPeakCurrentRipple.md) (DC)
* [SCC\_GetMinVoltage](../Functions/CAPLfunctionSCCGetMinVoltage.md) (DC)
* [SCC\_GetNominalVoltage](../Functions/CAPLfunctionSCCGetNominalVoltage.md) (ISO 15118 AC)
* [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**
* **SAScheduleTupleCount**: Number of transmitted tuples

### Return Values

—

### Example

—
