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

Iso11783IL_TIMOperatorAcknowledge

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_TIMOperatorAcknowledge(); // form 1
long Iso11783IL_TIMOperatorAcknowledge(dbNode server); // form 2

Description

This function performs an operator acknowledgment. It sends a TIM_ServerStatus_Msg message with the Acknowledge indication for 3 times in a row. It changes the automation status of a TIM function to Automation Pending in case this TIM function is allowed for the operator acknowledgment.

Parameters

  • server: TIM server node.

Return Values

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

Example

Iso11783IL_ TIMOperatorAcknowledge();