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

Iso11783IL_TIMActivateServer

Valid for: CANoe DE • CANoe4SW DE Note
If Iso11783IL_ControlInit is not called on measurement start then the TIM Server starts claiming its address. TIM Server functionality is activated if Iso11783IL_TIMActivateServer is called.

Function Syntax

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

Description

Activates the TIM server which starts transmitting the cyclic message TIM_ServerStatus_Msg.

Parameters

  • server: TIM server node.

Return Values

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

Example