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

SCC_CM_Start_Atten_Char_Ind

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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

Description

The callback is called as soon as a CM_Start_Atten_Char.Ind 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 transmitted during the SLAC process.
  • 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