Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » File Server Interaction Layer (FS IL) » FSIL_OnCA

FSIL_OnCA (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

Is called from the FS IL when a Command Address message is received. The return value defines the node reaction to the Command Address message (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