Skip to main content

OnSomeIpClosedTLSConnection

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This callback will be called after a (D)TLS connection between the local endpoint and remote endpoint has been closed and it indicates whether the connection was closed by peer.

Parameters

  • localIPEndpoint: Object of type IP_Endpoint that contains the address/port of the local endpoint.
  • remoteIPEndpoint: Object of type IP_Endpoint that contains the address/port of the remote endpoint.
  • closedByPeer: Boolean value indicates whether the connection was closed by peer.

Return Values

Example

See Also