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

# CAPLfunctionSCCCMAttenCharRsp

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

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [EVSE Callback Functions](../CAPLFunctionsSmartChargingOverview.md#CallbackEVSE) » SCC\_CM\_Atten\_Char\_Rsp

# SCC\_CM\_Atten\_Char\_Rsp

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

## Function Syntax

```plaintext theme={null}
void SCC_CM_Atten_Char_Rsp ( byte RunId[], byte SourceMacAddress[], byte SourceAddress[] )
```

## Description

The callback is called as soon as a **CM\_Atten\_Char.Rsp** message is received.

* [SCC\_SLAC\_GetApplicationType](../Functions/CAPLfunctionSCCSLACGetApplicationType.md)
* [SCC\_SLAC\_GetSecurityType](../Functions/CAPLfunctionSCCSLACGetSecurityType.md)
* [SCC\_SLAC\_GetSourceId](../Functions/CAPLfunctionSCCSLACGetSourceId.md)
* [SCC\_SLAC\_GetResponseId](../Functions/CAPLfunctionSCCSLACGetResponseId.md)
* [SCC\_SLAC\_GetResult](../Functions/CAPLfunctionSCCSLACGetResult.md)

## Parameters

* **RunId**: Random Run Identifier of sender (8 byte).
* **SourceMacAddress**: MAC address of sender.
* **SourceAddress**: MAC Address of the vehicle which initiates the SLAC process.

## Return Values

—

## Example

—
