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

SCC_SessionSetupReq

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_SessionSetupReq ( byte SessionID[], byte EVCCID[] )

Description

The callback is called as soon as a Session Setup Request is received.

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF. If a new session is started, this ID is transferred.
  • EVCCID: 6-byte long in ISO and 8-byte long in DIN.

Return Values

Example