Skip to main content

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