Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » EV Callback Functions » SCC_SECCDiscoveryRes

SCC_SECCDiscoveryRes

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_SECCDiscoveryRes ( dword TLSEnabled, dword TransportProtocolType )

Description

The callback is called as soon as an SECC Discovery Response is received. Further details that are transmitted in this request can be queried with the following functions:

Parameters

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

Return Values

Example