Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EVSE Callback Functions » SCC_CM_Slac_Parm_Req

SCC_CM_Slac_Parm_Req

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_CM_Slac_Parm_Req ( byte RunId[], byte SourceMacAddress[] )

Description

The callback is called as soon as a CM_Slac_Parm.Req message is received. Further details that are transmitted in this request can be queried with the following functions:

Parameters

  • RunId: Random Run Identifier of sender (8 byte).
  • SourceMacAddress: MAC address of sender.

Return Values

Example