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