Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EVSE Callback Functions » SCC_ServiceDetailReq

SCC_ServiceDetailReq

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void SCC_ServiceDetailReq ( byte SessionID[], dword ServiceId )

Description

The callback is called as soon as a Service Detail Request is received.

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • ServiceId: ID of the requested service (16 bit unsigned number).

Return Values

Example