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

# CAPLfunctionSCCCMAttenCharInd

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

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

# SCC\_CM\_Atten\_Char\_Ind

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

## Function Syntax

```c theme={null}
void SCC_CM_Atten_Char_Ind ( byte RunId[], byte SourceMacAddress[], byte SourceAddress[], dword NumSounds, dword NumGroups, byte AAG[] )
```

## Description

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

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

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

## Parameters

* **RunId**: Random Run Identifier of sender (8 byte).
* **SourceMacAddress**: MAC address of sender.
* **SourceAddress**: MAC Address of the EV which initiates the SLAC process.
* **NumSounds**: Number of M-Sounds used to generate the ATTEN\_PROFILE.
* **NumGroups**: Number of attenuation groups.
* **AAG**: Average Attenuation Group (array length is indicated by the parameter **NumGroups**).

## Return Values

—

## Example

—
