Skip to main content
Open topic with navigation

SCC_PaymentServiceSelectionReq

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EVSE Callback Functions » SCC_PaymentServiceSelectionReq

Function Syntax

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

Description

The callback is called as soon as a Payment Service 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