Skip to main content
Open topic with navigation

SCC_ServicePaymentSelectionReq

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

Function Syntax

void SCC_ServicePaymentSelectionReq ( byte SessionID[], char SelectedPaymentOption[], long ServiceListCount )

Description

The callback is called as soon as a Service Payment Selection Request is received. The Request contains the selected services and the chosen method of payment. Further details that are transmitted in this request can be queried with the following functions:

Parameters

  • SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
  • SelectedPaymentOption: The selected payment option in form of a string.
  • ServiceListCount: Number of selected services: Up to 8 entries are contained in the list. The list entries must be queried via separate help functions.

Return Values

Example