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

# CAPLfunctionSCCCMSLACMatchCnf

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

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

# SCC\_CM\_SLAC\_Match\_Cnf

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

## Function Syntax

```c theme={null}
void SCC_CM_SLAC_Match_Cnf ( byte RunId[], byte SourceMacAddress[], byte PEVMAC[], byte EVSEMAC[], byte NID[], byte NMK[] )
```

## Description

The callback is called as soon as a **CM\_SLAC\_Match.Cnf** 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\_GetMVFLength](../Functions/CAPLfunctionSCCSLACGetMVFLength.md)
* [SCC\_SLAC\_GetPEVAndEVSEId](../Functions/CAPLfunctionSCCSLACGetPEVAndEVSEId.md)

## Parameters

* **RunId**: Random Run Identifier of sender (8 byte).
* **SourceMacAddress**: MAC address of sender.
* **PEVMAC**: PEV MAC Address.
* **EVSEMAC**: EVSE MAC Address.
* **NID**: Network ID given by the CCo (EVSE).
* **NMK**: Private NMK of the EVSE (random value).

## Return Values

—

## Example

—
