Skip to main content
Open topic with navigation

SCC_SessionStopReq

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

Function Syntax

void SCC_SessionStopReq ( byte SessionID[], long Terminate )

Description

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

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF
  • Terminate: 1 if charging status == terminate; for all other values: 0

Return Values

Example