Skip to main content
Open topic with navigation

SCC_CM_SLAC_Parm_Cnf

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EV Callback Functions » SCC_CM_SLAC_Parm_Cnf Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_CM_SLAC_Parm_Cnf ( byte RunId[], byte SourceMacAddress[], dword NumSounds, dword TimeOut, byte ForwardingSTA[] )

Description

The callback is called as soon as a CM_SLAC_Parm.Cnf 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.
  • NumSounds: Number of M-Sounds to be transmitted.
  • TimeOut: Timeout for transmission of M-Sounds in multiple of 100ms.
  • ForwardingSTA: MAC address where the measurement results shall be sent to.

Return Values

Example