Skip to main content

SCC_GetPaymentOptions

Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EV Functions » SCC_GetPaymentOptions Valid for: CANoe DE • CANoe4SW DE

Note

This function can be called only within the assigned callback. The function is used to query the details of a request.

Function Syntax

long SCC_GetPaymentOptions ( )

Description

Gets the Payment options where 0=ExternalPayment, 1=Contract and 2=both

Parameters

Return Values

Available PaymentOptions, where the following applies:
  • 0: ExternalPayment
  • 1: Contract
  • 2: both

Example