Skip to main content
Open topic with navigation

SCC_GetOEMPRovisioningCertificate

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EVSE Functions » SCC_GetOEMPRovisioningCertificate 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

void SCC_GetOEMPRovisioningCertificate(char Certificate[])

Description

Gets the OEM provisioning certificate from the target certificate as base64 string.

Parameters

  • Certificate: Queries the OEM provisioning certificate as base64 string (to the given char buffer).

Return Values

Example