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

Iso11783IL_TIMOnClientReadyToControl

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783IL_TIMOnClientReadyToControl(dword functionID, dword clientAddress)

Description

This callback function is called if the TIM Client is ready to control a TIM function. Within this callback you can call Iso11783IL_TIMOperatorAcknowledge to acknowledge the request.

Parameters

  • functionID: Function ID of the TIM function.
  • clientAddress: Address of TIM Client which is ready to control the function.

Return Values

Example