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

SCC_MeteringReceiptReq

Valid for: CANoe DE • CANoe4SW DE Note

Function Syntax

void SCC_MeteringReceiptReq ( byte SessionID[], 
byte MessageSessionID[], 
long ScheduleTableEntryID )

Description

The callback is called as soon as a Metering Receipt Request is received. With this request, the vehicle confirms receipt of the metering information sent by the charge point. Further details that are transmitted in this request can be queried with the helper function SCC_GetMeterInfoData.

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • MessageSessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF, as transferred within the message body.
  • ScheduleTableEntryID: ID of the selected SAScheduleTuple.

Return Values

Example