Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Iso11783ECUGoOffline

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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 to start the node again.

Parameters

  • ecuHandle: ECU handle

Return Values

  • 0: ok
  • 2: invalid ECU handle

Example

Iso11783ECUGoOffline(ecuHdl);