Skip to main content

OnSomeIpEstablishedTLSConnection

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 established.

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.

Return Values

Example

See Also