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 » J1939 » J1939 NL » J1939AppAddrClaimed

J1939AppAddrClaimed (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword J1939AppAddrClaimed( 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 J1939AppAddrClaimed( LONG ecuHandle )
{
  /* user code */
  return 0;
}