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.

Open topic with navigation CAPL Functions » LIN » linActivateGlobalNetworkManagement

linActivateGlobalNetworkManagement

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long linActivateGlobalNetworkManagement(long active);

Description

Activates/deactivates network management for the entire LIN network (the channel is determined by the CAPL program context). Network management is responsible for the automatic setting and resetting of response error signals in the simulated Slave nodes.

Parameters

  • active
    • 0: deactivate
    • 1: activate

Return Values

On success, a value unequal to zero, otherwise zero.

Example

linActivateSlaveNetworkManagementlinCheckRespError