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

# CAPLfunctionSCCCMAttenProfileInd

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

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

# SCC\_CM\_Atten\_Profile\_Ind

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

## Function Syntax

```c theme={null}
void SCC_CM_Atten_Profile_Ind ( byte RunId[], 
byte SourceMacAddress[], byte PEVMAC[], 
dword NumGroups, byte AAG[] )
```

## Description

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

## Parameters

* **RunId**: Random Run Identifier of sender (8 byte).
* **SourceMacAddress**: MAC address of sender.
* **PEVMAC**: MAC Address of the vehicle.
* **NumGroups**: Number of attenuation groups.
* **AAG**: Average Attenuation Group (array length is indicated by the parameter **NumGroups**).

## Return Values

—

## Example

—
