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 » linCheckOEMSleepInd

linCheckOEMSleepInd

Valid for: CANoe DE • CANoe4SW DE Note
This function can be used for OEM specific variant of LIN protocol only.

Function Syntax

long linCheckOEMSleepInd()

Description

This function checks the sleep indication bits of all slave nodes defined in the LIN network (the channel is determined by the CAPL program context).

Parameters

Return Values

  • -1: Function call not allowed or execution failed.
  • 0: At least one slave has a negative indication.
  • >0: All slaves reported positive indication.

Example

linGetOEMSleepIndlinSetOEMSleepInd