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

# CAPLfunctionSCCCMAmpMapCnf

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

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [Shared Callback Functions](../CAPLFunctionsSmartChargingOverview.md#Callback) » SCC\_CM\_Amp\_Map\_Cnf

# SCC\_CM\_Amp\_Map\_Cnf

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

## Function Syntax

```plaintext theme={null}
void SCC_CM_Amp_Map_Cnf(byte RunID[], byte SourceMac[], dword ResType)
```

## Description

The callback is called as soon as a `CM_Amp_Map.Cnf` message is received.

## Parameters

* **RunID**: 8-byte long run ID
* **SourceMac**: MAC address of sender
* **ResType**:
  * 0x00 = Success
  * 0x01 = Failure

## Return Values

—

## Example

—
