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

SCC_CM_SLAC_Match_Cnf

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_CM_SLAC_Match_Cnf ( byte RunId[], byte SourceMacAddress[], byte PEVMAC[], byte EVSEMAC[], byte NID[], byte NMK[] )

Description

The callback is called as soon as a CM_SLAC_Match.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.
  • PEVMAC: PEV MAC Address.
  • EVSEMAC: EVSE MAC Address.
  • NID: Network ID given by the CCo (EVSE).
  • NMK: Private NMK of the EVSE (random value).

Return Values

Example