> ## 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.

# CAPLfunctionIso11783ECUGoOffline

# Iso11783ECUGoOffline

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

## Function Syntax

```plaintext theme={null}
dword Iso11783ECUGoOffline( dword ecuHandle );
```

## Description

The function switches the state of the node to offline. It does not send a cannot claim address parameter group.

After calling this function the node cannot send any parameter groups, but it is responding to requests for address claim.

Use the function [Iso11783ECUGoOnline](CAPLfunctionIso11783ECUGoOnline.md) to start the node again.

## Parameters

* **ecuHandle**: ECU handle

## Return Values

* **0**: ok
* **2**: invalid ECU handle

## Example

```plaintext theme={null}
Iso11783ECUGoOffline(ecuHdl);
```
