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 » ISO11783 » ISO11783 Node Layer » Iso11783AppAddrClaimed

Iso11783AppAddrClaimed (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword Iso11783AppAddrClaimed( long ecuHandle );

Description

Indicates that Address Claiming was performed successfully, which means that the control device is permitted to communicate on the CAN bus.

Parameters

  • ecuHandle: ECU handle

Return Values

Example

dword Iso11783AppAddrClaimed( LONG ecuHandle )
{
  /* user code */
  return 0;
}