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.

CANstressIsPending

Valid for: CANoe DE

Function Syntax

long CANstressIsPending();

Description

Serves to query whether the CANstress hardware is in the state Pending.

Parameters

Return Values

  • 1: If the CANstress hardware is in the state Pending.
  • 0: If the hardware is in another state (Idle or Finished).
  • -1: On occurrence of an error.

Example