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

# CAPLfunctionSCCSLACGetDestinationAddress

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

## SCC\_SLAC\_GetDestinationAddress

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

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

### Function Syntax

```plaintext theme={null}
void SCC_SLAC_GetDestinationAddress ( byte[] MACAddress )
```

### Description

Gets the destination MAC address of a SLAC message to the output buffer.

**Note**: The destination address may differ from the simulation node’s address when the node is in passive mode. This function is intended to allow filtering for the node’s address in this case.

### Parameters

* **MACAddress**: Queries the destination address of the MME frame (to the given byte buffer).

### Return Values

—

### Example

—
