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.

AvbCloseListener

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword AvbCloseListener(dword listenerHandle);

Description

The function closes the Listener. Upon successful completion the passed Listener is no longer valid.

Parameters

  • listenerHandle: The handle of the Listener to be closed.

Return Values

  • 0: The function completed successfully.
  • >0: Error code

Example

See Also