Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Test Functions » Shared Functions » SCC_CreatePaymentServiceSelectionReq_ISODocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SCC_CreatePaymentServiceSelectionReq_ISO
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Creates a Payment Service Selection Request message for sending.Parameters
- SessionID: 8-byte long SessionID of SCC connection, range: 0 - 0xFF FF FF FF FF FF FF FF.
- SelectedPaymentOption: Contract or ExternalPayment.
- SelectedServiceIDs: IDs of the selected services. Must contain at least one entry.
- SelectedParameterSetIDs: Parameter set IDs corresponding to the SelectedServiceIDs. Array must be the same size as SelectedServiceIDs, you can use -1 to omit a parameter set ID.
- ServiceIDCount: Size of the array SelectedServiceIDs.
Return Values
- 1: If successful.
- 0: Else (message cannot be sent).