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

# CAPLfunctionSCCSLACGetSourceAddress

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

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [SLAC Simulation](../CAPLFunctionsSmartChargingOverview.md#SLACSim) » [Shared Functions](../CAPLFunctionsSmartChargingOverview.md#SLACSim) » **SCC\_SLAC\_GetSourceAddress**

# SCC\_SLAC\_GetSourceAddress

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

## Function Syntax

```c theme={null}
void SCC_SLAC_GetSourceAddress( byte[] MACAddress );
```

## Description

Gets the source MAC address of the received message (might differ from local address).

## Parameters

* **MACAddress**: Queries the Source MAC address of the received message as byte array (to the given byte buffer).

## Return Values

—

## Example

—
