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

LINtp_SetNAD

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long LINtp_SetNAD(long NAD);

Description

In a slave node, sets its node address for communication with the master.

Parameters

  • NAD: Node address [1, 126]

Return Values

  • 0: Setting address failed (this is a master or node address is invalid)
  • 1: Success
  • other: reserved

Example