Skip to main content
Open topic with navigation

SCC_CM_Validate_Cnf

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

Function Syntax

void SCC_CM_Validate_Cnf ( byte RunId[], byte SourceMacAddress[], dword Result, dword ToggleNum )

Description

The callback is called as soon as a CM_Validate.Cnf message is received. Further details (signal type) that are transmitted in this request can be queried with SCC_SLAC_GetSignalType.

Parameters

  • RunId: Random Run Identifier of sender (8 byte).
  • SourceMacAddress: MAC address of sender.
  • Result: The validation Result code according to the specification.
  • ToggleNum: 0x00 in step 1, the number of BC-edges detected by the EVSE in step 2 of the validation process.

Return Values

Example