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_SECCDiscoveryReq

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

Function Syntax

void SCC_SECCDiscoveryReq ( dword TLSEnabled, dword TransportProtocol )

Description

The callback is called as soon as a SECC Discovery Request is received.

Parameters

  • TLSEnabled: 1 for TLS, 0 for no transport layer security.
  • TransportProtocol: 0 for TCP, 0x10 for UDP.

Return Values

Example