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

Iso11783IL_TIMResetClientStatus

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_TIMResetClientStatus(dbNode server); // form 1
long Iso11783IL_TIMResetClientStatus(dbNode client, dbNode server); // form 2

Description

This function reverts changes made by Iso11783IL_TIMSetClientStatus and turn back to the default behavior of the TIM client.

Parameters

  • server: The TIM client status message to this TIM server is to be reset.
  • client: TIM client node.

Return Values

  • 0: Function has been executed successfully
  • 1: An error has occurred, see error codes

Example