Skip to main content

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
}