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.

AvbILControlStop

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword AvbILControlStop();

Description

Stops the AVB IL. Disables sending and receiving of AVB/TSN related messages. Opened Talkers and Listeners are closed, and the associated handles become invalid. Handles obtained via the Media API stay valid. The AVB IL can be started again using the AvbILControlStart function.

Parameters

Return Values

  • 0: The function was successfully executed.
  • >0: Error code

Example

See Also