Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » 2G Data Queries » EV Functions » SCC_GetEVSENotification

SCC_GetEVSENotification

Valid for: CANoe DE • CANoe4SW DE Note

Function Syntax

void SCC_GetEVSENotification ( char EVSENotification[], long& NotificationMaxDelay  )

Description

Gets the EVSENotification and its maximum delay, if present, from the EVSE status.

Parameters

  • EVSENotification: Queries the Notification of EVSE from DC_EVSEStatus (to the given char buffer).
  • NotificationMaxDelay: Gets the maximum delay, if present, from DC_EVSEStatus (via reference).

Return Values

Example