Open topic with navigation CAPL Functions » LIN » linGetOEMSleepIndDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
linGetOEMSleepInd
Valid for: CANoe DE • CANoe4SW DE NoteThis function can be used for OEM specific variant of LIN protocol only.
Function Syntax
Description
With this function it’s possible to query the sleep indication bit of a Slave node. Without parameter, the sleep indication bit of the calling slave is returned or zero if the caller is not a slave.Parameters
- slaveName: Name of the queried Slave node as specified in the database.
Return Values
- -1: Function call not allowed, execution failed or invalid slave name given.
- 0: Queried sleep indication bit is not set.
- >0: Queried sleep indication bit is set.