Skip to main content
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;
}