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

# CAPLfunctionSCCVSPLLnkStatusCnf

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

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [Shared Callback Functions](../CAPLFunctionsSmartChargingOverview.md#Callback) » SCC\_VS\_PL\_Lnk\_Status\_Cnf

# SCC\_VS\_PL\_Lnk\_Status\_Cnf

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

## Function Syntax

```
void SCC_VS_PL_Lnk_Status_Cnf ( byte SourceMacAddress[], dword MStatus, dword LinkStatus )
```

## Description

The callback is called as soon as a **VS\_PL\_Lnk\_Status.Cnf** message is received. This is the response of the QCA7000 chip when using link status polling. (Additional data cannot be queried at the moment.)

## Parameters

* **SourceMacAddress**: MAC address of sender.
* **MStatus**: MStatus code:
  * 0x00 = success
  * 0x01 = failure
* **LinkStatus**: Notification if the link is established:
  * 0x00 = no link
  * 0x01 = link

## Return Values

—

## Example

—
