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.

C2xIsNodeStarted

Valid for: CANoe DE

Function Syntax

long C2xIsNodeStarted ();

Description

Check if the node is started.

Return Values

  • 1: True
  • 0: False

Example

if(C2xIsNodeStarted() == 1)
{
  //Node started
}
else
{
  //Node not started
}