Skip to main content

coTfsNmtWaitForBootupMessage (Level 2)

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE

Function Syntax

long coTfsNmtWaitForBootupMessage( void );

Description

This function waits for the boot-up message. Note: If the heartbeat producer is already active, it will be restored at the end.

Parameters

Return Values

Error code

Example

/* wait for a bootup message */
if (coTfsNmtWaitForBootupMessage() == 1) {
  write("Bootup message received");
}