Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation

SCC_SetContractPaymentAllowed

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

Function Syntax

long SCC_SetContractPaymentAllowed ( dword Allowed )

Description

Changes the available PaymentOptions to be sent in the ServiceDiscovery response message.

Parameters

  • Allowed: 1 to allow the PaymentOption, 0 to disallow. The other option will automatically be activated if an option is disallowed.

Return Values

  • 0: Not successful
  • 1: Successful

Example