Skip to main content
Open topic with navigation

TransportLayerConnectInd

CAPL Functions » Smart Charging » CCS (Communication Setup) » Shared Callback Functions » TransportLayerConnectInd Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void TransportLayerConnectInd ( uint32 Port, bool TLS )

Description

This callback is called as soon as the TransportLayer is connected. In case of a TLS connection the callback is called twice, once for TCP and once for TLS, indicated by the corresponding parameter.

Parameters

  • Port: Port number of the TCP connection
  • TLS:
    • 1 if TLS is used.
    • 0 if TLS is not used.

Return Values

Example