Skip to main content
Open topic with navigation

SCC_ErrorStateInd

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EV Callback Functions » SCC_ErrorStateInd Valid for: CANoe DE • CANoe4SW DE Note
The error state is active until the timer for a protocol restart expires.

Function Syntax

void SCC_ErrorStateInd ( byte SessionID[], long ErrorState )

Description

The callback is called as soon as the node enters or exits the error state.

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • ErrorState: 1 if the error state is entered, 0 if it is exited.

Return Values

Example