Skip to main content
Open topic with navigation

J1939ECUGoOffline

CAPL Functions » J1939 » J1939 NL » J1939ECUGoOffline

Function Syntax

dword J1939ECUGoOffline( 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 J1939ECUGoOnline to start the node again.

Parameters

  • ecuHandle: ECU handle

Return Values

0 on success or error code

Example

J1939ECUGoOffline(ecuHdl);