Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OnCA

Iso11783IL_OnCA (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This callback function is called from the ISO11783 IL when a Command Address message is received. The assignment of the new address can be suppressed.

Parameters

  • newAddress
    • 0..253: new address that ECU can accept
    • 254: ECU has to go offline

Return Values

  • 1: Accept the new address
  • 0: Don’t accept the new address

Example