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

SCC_CM_Validate_Req

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_CM_Validate_Req ( byte RunId[], byte SourceMacAddress[], dword ListenTimer )

Description

The callback is called as soon as a CM_Validate.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.
  • ListenTimer: Time duration while the EVSE shall listen to BCB-toggles:
    • 0x00 = 100 ms
    • 0x01 = 200 ms

Return Values

Example