Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Test Functions » Shared Functions » SCC_CreateSECCDiscoveryReq

SCC_CreateSECCDiscoveryReq

Valid for:  CANoe DE • CANoe4SW DE

Function Syntax

long SCC_CreateSECCDiscoveryReq ( dword TLSEnabled ) //form 1
long SCC_CreateSECCDiscoveryReq ( dword Security, dword TransportProtocol ) //form 2

Description

Creates a SECC Discovery Request message for sending.

Parameters

  • TLSEnabled: 1 for TLS, 0 for no transport layer security.
  • Security: Security field (1 byte), valid values: 0x00 = TLS, 0x10 = No transport layer security.
  • TransportProtocol: Transport protocol field (1 byte), valid values: 0x00 = TCP.

Return Values

Example