> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionIso11783ILtimResetServerStatus

[Open topic with navigation](../../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/ISO11783/ISOInteractionLayer/Functions/CAPLfunctionIso11783ILtimResetServerStatus.md)

[CAPL Functions](../../../CAPLfunctions.md) » [ISO11783](../../CAPLfunctionsISO11783Overview.md) » [ISO11783 Interaction Layer](../CAPLfunctionsISOILOverview.md) » Iso11783IL\_TIMResetServerStatus

# Iso11783IL\_TIMResetServerStatus

[Valid for](../../../../Shared/FeatureAvailability.md):  CANoe DE • CANoe4SW DE

## Function Syntax

```plaintext theme={null}
long Iso11783IL_TIMResetServerStatus(); // form 1
long Iso11783IL_TIMResetServerStatus(dbNode server); // form 2
```

## Description

This function reverts changes made by [Iso11783IL\_TIMSetServerStatus](CAPLfunctionIso11783ILtimSetServerStatus.md) and turn back to the default behavior of the TIM server.

## Parameters

* **server**: TIM server node.

## Return Values

* **0**: Property has been set successfully
* **\< 0**: An error has occurred, see [error codes](../../../CAPLfunctionsISOj1939ErrorCodes.md)

## Example

—
