Skip to main content
Open topic with navigation

SCC_CableCheckRes

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

Function Syntax

void SCC_CableCheckRes ( byte SessionID[], long ResponseCode )

Description

The callback is called as soon as a Cable Check Response is received. Further details (EVSEProcessing) that are transmitted in this response can be queried with the following functions:

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • ResponseCode: 1 if OK, 0 if FAILED

Return Values

Example