Skip to main content
Open topic with navigation

SCC_AuthorizationReq

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

Function Syntax

void SCC_AuthorizationReq ( byte SessionID[] )

Description

The callback is called as soon as an Authorization Request is received. The challenge optionally transmitted in this request can be queried with SCC_GetGenChallenge. Alternatively, the callback SCC_ContractAuthenticationReq can be used. Both functions are called when the message is received. SCC_ContractAuthenticationReq is called first.

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.

Return Values

Example