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

Iso11783IL_TIMResetAllRequiredFunctions

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long Iso11783IL_TIMResetAllRequiredFunctions(); // form 1
  • long Iso11783IL_TIMResetAllRequiredFunctions(dbNode client); // form 2

Description

After calling this function the TIM client no longer requires any TIM function for the connection to a TIM servers. To set a TIM facility and a corresponding function which is required for a client/server connection you can use Iso11783IL_TIMSetRequiredFacility.

Parameters

  • client: TIM client node.

Return Values

  • 0: Property has been set successfully
  • < 0: An error has occurred, see error codes

Example