Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » SLAC Test Functions » Shared Functions » SCC_CreateVS_PL_Lnk_Status_Cnf

SCC_CreateVS_PL_Lnk_Status_Cnf

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_CreateVS_PL_Lnk_Status_Cnf 
( byte SourceMac[], byte TargetMac[], 
dword MStatus, dword LinkStatus )

Description

Creates a VS_PL_Lnk_Status.Cnf message for sending.

Parameters

  • SourceMac: Source address of the Ethernet packet.
  • TargetMac: Destination address of the Ethernet packet.
  • MStatus: MME Status:
    • 0x00 = success
    • 0xFF = failure
  • LinkStatus: Indicates if a link is established:
    • 0x00 = no link
    • 0x01 = link

Additional Parameters

IndexNameTypeDescription
0OUIbyte[]3 byte Organizationally Unique Identifier.

Return Values

Example