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

# CAPLfunctionSCCCMSLACParmCnf

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

## SCC\_CM\_SLAC\_Parm\_Cnf

**CAPL Functions** » **Smart Charging** » **SCC Modeling Libraries (Simulation Setup)** » **EV Callback Functions** » **SCC\_CM\_SLAC\_Parm\_Cnf**

**Valid for**: CANoe DE • CANoe4SW DE

### Function Syntax

```plaintext theme={null}
void SCC_CM_SLAC_Parm_Cnf ( byte RunId[], byte SourceMacAddress[], dword NumSounds, dword TimeOut, byte ForwardingSTA[] )
```

### Description

The callback is called as soon as a **CM\_SLAC\_Parm.Cnf** message is received. Further details that are transmitted in this request can be queried with the following functions:

* [SCC\_SLAC\_GetMSoundTarget](../Functions/CAPLfunctionSCCSLACGetMSoundTarget.md)
* [SCC\_SLAC\_GetRespType](../Functions/CAPLfunctionSCCSLACGetRespType.md)

### Parameters

* **RunId**: Random Run Identifier of sender (8 byte).
* **SourceMacAddress**: MAC address of sender.
* **NumSounds**: Number of M-Sounds to be transmitted.
* **TimeOut**: Timeout for transmission of M-Sounds in multiple of 100ms.
* **ForwardingSTA**: MAC address where the measurement results shall be sent to.

### Return Values

—

### Example

—
