Skip to main content
Open topic with navigation

SCC_TCPConnectInd

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

Function Syntax

void SCC_TCPConnectInd ( dword Port, long IsInitiator )

Description

The callback is called when a TCP connection is opened.

Parameters

  • Port: Port number of the TCP connection.
  • IsInitiator:
    • 1 if the node layer initiated the connection (client case).
    • 0 if the node layer received the connection request (server case).

Return Values

Example