Skip to main content
Open topic with navigation

SCC_TCPShutdownInd

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

Function Syntax

void SCC_TCPShutdownInd ( dword Port, long IsInitiator )

Description

The callback is called when a TCP connection is closed.

Parameters

  • Port: Port number of the TCP connection.
  • IsInitiator:
    • 1 if the node layer initiated the shutdown.
    • 0 if the node layer received the shutdown request.

Return Values

Example