Skip to main content
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