Skip to main content

ChkQuery_NumEvents_AsyncResult

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Method Syntax

Method Syntax

Description

Returns the number of events generated by this check since its initialization. The data has to be queried first using testWaitForCheckQuery.

Parameters

  • aCheckId: Identifier of the queried Check.

Return Values

  • < 0: Refers the query error codes
  • 0: No event has occurred
  • > 0: Number of events

Example