Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » SLAC Data Queries » EVSE Functions » SCC_SLAC_GetResult

SCC_SLAC_GetResult

Valid for:  CANoe DE  •  CANoe4SW DE Note
  • This function can be called only within the assigned callback. The function is used to query the details of a request.
  • <InvalidValueSigned> and/or <InvalidValueUnsigned> can be defined in the XML configuration.

Function Syntax

long SCC_SLAC_GetResult ( )

Description

Queries the result code (from different SLAC messages).

Parameters

Return Values

  • 0x00: Success
  • 0x01-0xFF: Reserved
  • 0x00: Not Ready
  • 0x01: Ready
  • 0x02: Success
  • 0x03: Failure
  • 0x04: Not Required
  • 0x05-0xFF: Reserved

Example