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

Iso11783IL_TIMResetAllSupportedFunctions

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long Iso11783IL_TIMResetAllSupportedFunctions(); // form 1
  • long Iso11783IL_TIMResetAllSupportedFunctions(dbNode server); // form 2

Description

The function removes all supported functions from the TIM server which has been added by Iso11783IL_TIMSetSupportedFacility. After calling this function, no function is listed in the TIM_FunctionsSupportResponse message.

Parameters

  • server: TIM server node.

Return Values

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

Example

Iso11783IL_TIMResetAllSupportedFunctions();