OnAREthNewServerAep
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback gets called when a server-side SOME/IP Application Endpoint gets opened. Note: In case of UDP, the callback gets called for both, server and client Application Endpoints. The information provided by the localIPEndpoint parameter such as IP address and port number may be used to differentiate Application Endpoints.Parameters
- aepHandle: Handle of the local Application Endpoint that may e.g. be (D)TLS secured, see AREthTlsAuthenticateAsClientWithConfiguration and AREthTlsAuthenticateAsServerWithConfiguration.
- localIPEndpoint: IP_Endpoint that contains the address/port of the local endpoint.