Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

OnAvbListen

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void OnAvbListen(dword listenerHandle, dword result);

Description

This callback is dispatched when a connection request for the specified Listener is received.

Parameters

  • listenerHandle: The Listener handle.
  • result: The specific result code of the operation. If the operation completed successfully the value is zero. Otherwise the value is non-zero.

Return Values

Example

See Also